commit ef433a6baa3449f5a5ec7a6fd09efdd0ea6fb57b
parent bbe28227eb80da62fec59aa79ba7a97f5c3937b4
Author: Laslo Hunhold <dev@frign.de>
Date: Thu, 30 Mar 2017 08:52:22 +0200
No need to keep the implicit build rule
Diffstat:
| M | Makefile | | | 3 | --- |
1 file changed, 0 insertions(+), 3 deletions(-)
diff --dropbox 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: