diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-26 15:42:52 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-26 15:42:52 +0200 |
commit | 8995e8b1f29f9c5da4d8c08fafcba53c58ee7947 (patch) | |
tree | 5a6ae80538d04ef87c53903c01054d853cb1e52d /client/makefile | |
parent | 60f07661602a5dfe8e39b8038964b38bddcb33a5 (diff) |
fix client compilation temporarily and disable sim on master branch0.1.0
Diffstat (limited to 'client/makefile')
-rw-r--r-- | client/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/makefile b/client/makefile index 8bc8ac7..4cca15a 100644 --- a/client/makefile +++ b/client/makefile @@ -8,7 +8,7 @@ all: $(EXECNAME) SOURCES := $(wildcard *.c) HEADERS := $(wildcard *.h) -include ../shared/makefile +# include ../shared/makefile OBJECTS := $(patsubst %.c,%.o, $(SOURCES)) .o: |