sbase

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

commit c77ea0210b31460d8846ddba8132765648ce35d8
parent 7c121e189e9383669f8ffeea02ac177cb54f0fb1
Author: Robert Ransom <rransom.8774@gmail.com>
Date:   Wed, 16 May 2012 12:14:02 +0000

Make Makefile possibly POSIX-conformant

FreeBSD make still refuses to handle the ".o:" 'single-suffix inference rule'.
Diffstat:
MMakefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,5 +1,8 @@ include config.mk +.POSIX: +.SUFFIXES: .c .o + HDR = fs.h text.h util.h arg.h LIB = \ util/afgets.o \