summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaslo Hunhold <dev@frign.de>2017-03-30 08:52:22 +0200
committerLaslo Hunhold <dev@frign.de>2017-03-30 08:52:22 +0200
commitef433a6baa3449f5a5ec7a6fd09efdd0ea6fb57b (patch)
tree663d639583f227183b19811ab4c7799c8c7a7da9
parentbbe28227eb80da62fec59aa79ba7a97f5c3937b4 (diff)
No need to keep the implicit build rule
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5d9c213..92679b4 100644
--- a/Makefile
+++ b/Makefile
@@ -15,9 +15,6 @@ all: $(BIN)
.o: $(REQ:=.o)
$(CC) $(CFLAGS) $($*-LDFLAGS) -o $@ $< $(REQ:=.o)
-.c.o:
- $(CC) $(CPPFLAGS) $(CFLAGS) -c $<
-
$(BIN:=.o): config.mk $(HDR) $(REQ:=.h)
clean: