aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 80adf03..f880ae9 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@ CONFIGFILE = config.mk
include $(CONFIGFILE)
BIN = getpgrp setpgrp
-OBJ = $(@:=.o)
-MAN = $(@:=.1)
+OBJ = $(BIN:=.o)
+MAN = $(BIN:=.1)
HDR = arg.h