X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/88d31d1177b58a2b2052a837a095b51834a8babf..aea51b6c4c93c56715f50e64d424e1181c6d0242:/Makefile diff --git a/Makefile b/Makefile deleted file mode 120000 index 1c96c03..0000000 --- a/Makefile +++ /dev/null @@ -1 +0,0 @@ -mk/Makefile \ No newline at end of file diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a05b308 --- /dev/null +++ b/Makefile @@ -0,0 +1,15 @@ +SUBDIRS = avr z180 + +.PHONY: subdirs $(SUBDIRS) clean + +subdirs: $(SUBDIRS) + +$(SUBDIRS): + $(MAKE) -C $@ + +clean: + $(MAKE) -C avr $@ + $(MAKE) -C z180 $@ + + +avr: z180