X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Flinux%2FMakefile;fp=client%2Flinux%2FMakefile;h=a410377a3a3d6758d344a04718c1682adf1325e1;hb=cc93aff1c0867a33c41b4120c001b407d1b8850a;hp=ad6deff3c0217b27bae6d2cc4bfe4490dae6bb43;hpb=09b207a39b7791098daafd7d87c3ad9d3db3e19f;p=mTask.git diff --git a/client/linux/Makefile b/client/linux/Makefile index ad6deff..a410377 100644 --- a/client/linux/Makefile +++ b/client/linux/Makefile @@ -1,6 +1,6 @@ CFLAGS:=-DLINUX -g -Wall -Wextra -DDEBUG PROG:=client -OBJS:=interpret.o sds.o task.o client.o interface.o spec.o +OBJS:=interpret.o sds.o task.o client.o interface.o spec.o mem.o all: $(PROG)