aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 105c2b9..ab9a61c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,12 @@
include Makefile.config
+# all: $(PDP_TARGET)
-all: $(PDP_TARGET)
+ifeq ($(OS_NAME),darwin)
+all: darwin
+else
+all: linux
+endif
pdp_all:
make -C system