summaryrefslogtreecommitdiff
path: root/exec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'exec/Makefile')
-rw-r--r--exec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/Makefile b/exec/Makefile
index c61edbfc..fe173130 100644
--- a/exec/Makefile
+++ b/exec/Makefile
@@ -33,7 +33,7 @@ TAGSHDRS = a.out.h a.out.gnu.h
all: exec
exec: $(OBJS)
- $(link)
+ $(CC) $(CFLAGS) -o $@ $^
exec.o: exec_server.h fsys_S.h notify_S.h