aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-02-23 17:13:08 +0100
committerMattias Andrée <maandree@kth.se>2021-02-23 17:13:08 +0100
commit1c3b3808f84c8919076d82f5d7bc61b2a4bfd438 (patch)
treec327ae17f3586fa2b61cb786452d179dd6b797e6
parentChange license, add man pages, misc (diff)
downloadsetpgrp-1c3b3808f84c8919076d82f5d7bc61b2a4bfd438.tar.gz
setpgrp-1c3b3808f84c8919076d82f5d7bc61b2a4bfd438.tar.bz2
setpgrp-1c3b3808f84c8919076d82f5d7bc61b2a4bfd438.tar.xz
Fix makefile2.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
-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