diff options
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: |