sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit cca0522872c09f7caab26f0221286b0e6304b09f
parent 409ec7194f3ab9de0cf5d1ca9e2acd2194c38246
Author: Evan Gates <evan.gates@gmail.com>
Date:   Tue, 18 Nov 2014 12:12:14 -0800

clear suffix list then add only .o and .c in that order to avoid use of builtin .c inference rule skipping .c.o

Diffstat:
MMakefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,6 +1,7 @@ include config.mk -.SUFFIXES: .c .o +.SUFFIXES: +.SUFFIXES: .o .c HDR =\ arg.h\