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 455cdf4..c414146 100644
--- a/Makefile
+++ b/Makefile
@@ -32,8 +32,8 @@ MAN1 = $(BIN:=.1)
MAN7 = cg-tools.7
all: $(XBIN) $(OUT)
-$(OBJ): $(@:.o=.c) $(HDR)
-$(OUT): $(@:.out=.o) cg-base.o
+$(OBJ): $(HDR)
+$(OUT): cg-base.o
.c.o:
$(CC) -c -o $@ $< $(CPPFLAGS) $(CFLAGS)