[hackers] [farbfeld] Revert "Fix Makefile to rebuild when there have been changes" || FRIGN

From: <git_AT_suckless.org>
Date: Wed, 18 May 2016 10:34:23 +0200 (CEST)

commit 3d0f4c70385c8ad1dbaad1bb266e644c7109aa6a
Author: FRIGN <dev_AT_frign.de>
AuthorDate: Wed May 18 10:33:41 2016 +0200
Commit: FRIGN <dev_AT_frign.de>
CommitDate: Wed May 18 10:33:41 2016 +0200

    Revert "Fix Makefile to rebuild when there have been changes"
    
    This reverts commit 545c500d4278c50e781c9a5a550e92cb0023c8e8.

diff --git a/Makefile b/Makefile
index 80724a3..21b82d9 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -11,12 +11,10 @@ MAN5 = farbfeld.5
 
 all: ${BIN}
 
-png2ff: png2ff.c
-ff2png: ff2png.c
+png2ff ff2png:
         ${CC} -o $_AT_ ${CFLAGS} ${CPPFLAGS} -L${PNGLIB} -lpng -I${PNGINC} ${LDFLAGS} $@.c
 
-jpg2ff: jpg2ff.c
-ff2jpg: ff2jpg.c
+jpg2ff ff2jpg:
         ${CC} -o $_AT_ ${CFLAGS} ${CPPFLAGS} -L${JPGLIB} -ljpeg -I${JPGINC} ${LDFLAGS} $@.c
 
 .c:
Received on Wed May 18 2016 - 10:34:23 CEST

This archive was generated by hypermail 2.3.0 : Wed May 18 2016 - 10:36:14 CEST