aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-10-14 15:51:39 +0200
committerMattias Andrée <m@maandree.se>2024-10-14 15:51:39 +0200
commitc3d5fdc6fba10b7ab71bb5437f8fdad4b2038b3d (patch)
treead62569e3baac1a2b051cf8f6cab00233a17621c /Makefile
parentUpdate e-mail (diff)
downloadcoopgammad-master.tar.gz
coopgammad-master.tar.bz2
coopgammad-master.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 065ed9e..56f35d5 100644
--- a/Makefile
+++ b/Makefile
@@ -20,12 +20,12 @@ PARTS =\
types-message\
types-ring
-OBJ = $(PARTS:=.o) coopgammad.c
+OBJ = $(PARTS:=.o) coopgammad.o
HDR = $(PARTS:=.h) arg.h
all: coopgammad
-$(OBJ): $(@:.o=.c) $(HDR)
+$(OBJ): $(HDR)
.c.o:
$(CC) -c -o $@ $< $(XCPPFLAGS) $(CPPFLAGS) $(CFLAGS)