No need to keep the implicit build rule - farbfeld - suckless image format with conversion tools
(HTM) git clone git://git.suckless.org/farbfeld
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit ef433a6baa3449f5a5ec7a6fd09efdd0ea6fb57b
(DIR) parent bbe28227eb80da62fec59aa79ba7a97f5c3937b4
(HTM) 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(-)
---
(DIR) diff --git 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: