diff --git a/Makefile b/Makefile index ec4de22..dcbf6f5 100644 --- 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 \