]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - Makefile
rewrite of cmd_cpu/do_cpu_freq
[z180-stamp.git] / Makefile
deleted file mode 120000 (symlink)
index 1c96c035618d4c58f39dc21a0371c19ce972876f..0000000000000000000000000000000000000000
--- a/Makefile
+++ /dev/null
@@ -1 +0,0 @@
-mk/Makefile
\ No newline at end of file
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..a05b3087bb2686f1ff673c8cc75365e19d03920a
--- /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