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 dfc9813..de56c1c 100644
--- a/Makefile
+++ b/Makefile
@@ -29,8 +29,8 @@ OBJ =\
all: libterminput.a libterminput.$(LIBEXT) interactive-test test
-$(OBJ): $(@:.o=.c) $(HDR)
-$(LOBJ): $(@:.lo=.c) $(HDR)
+$(OBJ): $(HDR)
+$(LOBJ): $(HDR)
.c.o:
$(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS)