Introduction
Introduction Statistics Contact Development Disclaimer Help
No need to keep the implicit build rule - farbfeld - suckless image format with…
git clone git://git.suckless.org/farbfeld
Log
Files
Refs
README
LICENSE
---
commit ef433a6baa3449f5a5ec7a6fd09efdd0ea6fb57b
parent bbe28227eb80da62fec59aa79ba7a97f5c3937b4
Author: Laslo Hunhold <[email protected]>
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 --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:
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.