aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2019-09-30 18:19:42 +0100
committerFreeArtMan <dos21h@gmail.com>2019-09-30 18:19:42 +0100
commit8a8e0941dd2ab5f089662362a30c91e16de18ce0 (patch)
tree567835cfd70a4632be6f8fd7d31e55641111b677 /Makefile
parent1466036b3e0771e73501bcf573d9e8efc6f62e37 (diff)
downloadihe-8a8e0941dd2ab5f089662362a30c91e16de18ce0.tar.gz
ihe-8a8e0941dd2ab5f089662362a30c91e16de18ce0.zip
Update to compile on other boxes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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