diff options
-rw-r--r-- | exec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/Makefile b/exec/Makefile index bb47a453..17d03e30 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -24,7 +24,7 @@ SRCS = exec.c main.c hashexec.c hostarch.c OBJS = main.o hostarch.o exec.o hashexec.o \ execServer.o exec_startupServer.o -targets = exec exec.static +target = exec exec.static HURDLIBS = trivfs fshelp iohelp ports ihash shouldbeinlibc LDLIBS = -lpthread |