aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Ou <rqou@robertou.com>2017-11-15 03:13:35 -0800
committerRobert Ou <rqou@robertou.com>2017-11-15 03:13:35 -0800
commit05440e4d62f9b0c242c1c040cb864ffe49a6908d (patch)
treed5394e928dc4831292207109154c3d4a6ec422cd /Makefile
parent539cf999dd7fe0a837b72af83c4b1c335b6eafe4 (diff)
downloadicestorm-05440e4d62f9b0c242c1c040cb864ffe49a6908d.tar.gz
icestorm-05440e4d62f9b0c242c1c040cb864ffe49a6908d.tar.bz2
icestorm-05440e4d62f9b0c242c1c040cb864ffe49a6908d.zip
Fix up build system to work with emscripten
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 79e7a7f..518e08c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-include config.mk
-
SUBDIRS = icebox icepack iceprog icemulti icepll icetime icebram
+include config.mk
+
all clean install uninstall:
for dir in $(SUBDIRS); do \
$(MAKE) -C $$dir $@ || exit; \