diff options
author | David Shah <davey1576@gmail.com> | 2017-11-18 18:03:20 +0000 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2017-11-18 18:03:20 +0000 |
commit | ed61efa023aa5a9de73c603fae64a5c4264792eb (patch) | |
tree | c1fcc84f4184044eb4ecb456e21d7a4aee76a73b /Makefile | |
parent | b059f37b5006bd12ae10f3e847fb394b2540aa6a (diff) | |
parent | b8832a2cda1b1bf0fe5a7c3f1f2833e516f1d136 (diff) | |
download | icestorm-ed61efa023aa5a9de73c603fae64a5c4264792eb.tar.gz icestorm-ed61efa023aa5a9de73c603fae64a5c4264792eb.tar.bz2 icestorm-ed61efa023aa5a9de73c603fae64a5c4264792eb.zip |
Merge branch 'master' into up5k
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; \ |