1
0
mirror of https://github.com/livingcomputermuseum/cpus-pdp8.git synced 2026-02-27 17:23:57 +00:00
Files
2010-04-13 13:59:00 +00:00

8 lines
106 B
Makefile

SUBDIRS = macro showbin maker skipz ushow
all clean:
for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done