From 8c2a66914a7820dd97802b94591b08f838e80c83 Mon Sep 17 00:00:00 2001 From: le vieux Date: Sat, 20 Feb 2021 04:18:22 +0100 Subject: [PATCH] + includepath for netpbm --- funcs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funcs/Makefile b/funcs/Makefile index c80ebcb..ee4c649 100644 --- a/funcs/Makefile +++ b/funcs/Makefile @@ -21,7 +21,7 @@ t: t.c $(DEPS) ../libfloatimg.a tests.o -lz -lm -o $@ tests.o: tests.c tests.h $(DEPS) - gcc $(COPT) -c $< + gcc $(COPT) -I/usr/include/netpbm -c $< #--------------------------------------------------------------- # upper-level functions