aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2017-11-18 18:03:20 +0000
committerDavid Shah <davey1576@gmail.com>2017-11-18 18:03:20 +0000
commited61efa023aa5a9de73c603fae64a5c4264792eb (patch)
treec1fcc84f4184044eb4ecb456e21d7a4aee76a73b /Makefile
parentb059f37b5006bd12ae10f3e847fb394b2540aa6a (diff)
parentb8832a2cda1b1bf0fe5a7c3f1f2833e516f1d136 (diff)
downloadicestorm-ed61efa023aa5a9de73c603fae64a5c4264792eb.tar.gz
icestorm-ed61efa023aa5a9de73c603fae64a5c4264792eb.tar.bz2
icestorm-ed61efa023aa5a9de73c603fae64a5c4264792eb.zip
Merge branch 'master' into up5k
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; \