summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/makefile2
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: