From 8a8e0941dd2ab5f089662362a30c91e16de18ce0 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Mon, 30 Sep 2019 18:19:42 +0100 Subject: Update to compile on other boxes --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fa76dcd..5f6e0f0 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,8 @@ LIB_OBJECTS=libcmd/libcmd.o libterm/libterm.o h64e/core.o libbuf/libbuf.o all: clean $(OBJECTS) $(PROJECT) $(PROJECT): - $(CPP) -c $(PROJECT).c + $(CPP) $(CFALGS) -c $(PROJECT).c ld -r $(OBJECTS) $(PROJECT).o -o $(PROJECT)_.o - $(CPP) $(CFLAGS) $(PROJECT)_.o $(LIB_OBJECTS) -o $(PROJECT) %.o: %.c -- cgit v1.2.3