* ifdef CKernel::Execute away to make CKernel compile.
[matthijs/ABM2.git] / ABM2 / Makefile
index a20f0604a6b34e9b2ecc165aee3678d31fc4dec8..271ff3b8f76b837d1d2b296a7cf809f871d09731 100644 (file)
@@ -1,8 +1,11 @@
 CFLAGS:=-I.
-OBJS:=main.o Engine/Log.o
+OBJS:=main.o Engine/Log.o SchemeReader.o Engine/Settings.o Engine/mmanager.o Engine/Kernel.o
 
 all: $(OBJS)
 
+link: all
+       g++ $(OBJS)
+
 %.o: %.cpp
        g++ $(CFLAGS) -c $< -o $@