diff options
Diffstat (limited to 'exec/Makefile')
-rw-r--r-- | exec/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/exec/Makefile b/exec/Makefile index 24062037..bb47a453 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -24,8 +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 -target = exec -#targets = exec exec.static +targets = exec exec.static HURDLIBS = trivfs fshelp iohelp ports ihash shouldbeinlibc LDLIBS = -lpthread |