commit bc4ef6e4c039dc201d53676cfda4e5204f6d7148 parent 2d172c3011e8ba1141c902f2ba3e2efc913a1314 Author: lostd <lostd@2f30.org> Date: Sun, 14 Sep 2014 23:08:36 +0100 Includes are handled by the preprocessor Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ PREFIX = /usr/local MANPREFIX = $(PREFIX)/man -CFLAGS = -I/usr/local/include +CPPFLAGS = -I/usr/local/include LDFLAGS = -L/usr/local/lib LDLIBS = -lm -lcurses -lfftw3