commit ef433a6baa3449f5a5ec7a6fd09efdd0ea6fb57b
Author: Laslo Hunhold <[email protected]>
AuthorDate: Thu Mar 30 08:52:22 2017 +0200
Commit: Laslo Hunhold <[email protected]>
CommitDate: Thu Mar 30 08:52:22 2017 +0200
No need to keep the implicit build rule
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: