From bb0ec71bafca9fb28cf23733d37f948dec400774 Mon Sep 17 00:00:00 2001 From: Eliah Rebstock <elireb54@outlook.com> Date: Thu, 26 Jul 2018 23:32:57 +0200 Subject: [PATCH] Add eclipse compat --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 6aa5be7..f40adfb 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,8 @@ export ARCH_OPT="-m32" MAKE="make" +all: clean build + build: $(MAKE) -C psys/src $(MAKE) -C log -- GitLab