diff options
Diffstat (limited to 'exec')
-rw-r--r-- | exec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/Makefile b/exec/Makefile index ff59c2a1..c19a8bb0 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -18,7 +18,7 @@ dir := exec makemode := server -SRCS = exec.c hostarch.c +SRCS = exec.c hostarch.c unzip.c util.c inflate.c OBJS = hostarch.o exec.o execServer.o fsysServer.o notifyServer.o \ $(gzip-objects) gzip-objects = unzip.o util.o inflate.o |