Introduction
Introduction Statistics Contact Development Disclaimer Help
Revert "Fix Makefile to rebuild when there have been changes" - farbfeld - suck…
git clone git://git.suckless.org/farbfeld
Log
Files
Refs
README
LICENSE
---
commit 3d0f4c70385c8ad1dbaad1bb266e644c7109aa6a
parent 545c500d4278c50e781c9a5a550e92cb0023c8e8
Author: FRIGN <[email protected]>
Date: Wed, 18 May 2016 10:33:41 +0200
Revert "Fix Makefile to rebuild when there have been changes"
This reverts commit 545c500d4278c50e781c9a5a550e92cb0023c8e8.
Diffstat:
M Makefile | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/Makefile b/Makefile
@@ -11,12 +11,10 @@ MAN5 = farbfeld.5
all: ${BIN}
-png2ff: png2ff.c
-ff2png: ff2png.c
+png2ff ff2png:
${CC} -o $@ ${CFLAGS} ${CPPFLAGS} -L${PNGLIB} -lpng -I${PNGINC} ${LDFL…
-jpg2ff: jpg2ff.c
-ff2jpg: ff2jpg.c
+jpg2ff ff2jpg:
${CC} -o $@ ${CFLAGS} ${CPPFLAGS} -L${JPGLIB} -ljpeg -I${JPGINC} ${LDF…
.c:
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.