diff options
-rw-r--r-- | exec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/Makefile b/exec/Makefile index 5910cbc7..d262e855 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -18,7 +18,7 @@ dir := exec makemode := server -SRCS = exec.c main.c hashexec.o hostarch.c unzip.c util.c inflate.c \ +SRCS = exec.c main.c hashexec.c hostarch.c unzip.c util.c inflate.c \ $(gzip-sources) OBJS = main.o hostarch.o exec.o hashexec.o \ execServer.o exec_startupServer.o \ |