From 05440e4d62f9b0c242c1c040cb864ffe49a6908d Mon Sep 17 00:00:00 2001 From: Robert Ou Date: Wed, 15 Nov 2017 03:13:35 -0800 Subject: Fix up build system to work with emscripten --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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; \ -- cgit v1.2.3