diff options
Diffstat (limited to 'src/auxiliaryFunctions/isempty/Makefile')
-rw-r--r-- | src/auxiliaryFunctions/isempty/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/auxiliaryFunctions/isempty/Makefile b/src/auxiliaryFunctions/isempty/Makefile index 85aff443..6786b33e 100644 --- a/src/auxiliaryFunctions/isempty/Makefile +++ b/src/auxiliaryFunctions/isempty/Makefile @@ -5,7 +5,7 @@ ## Made by Bruno JOFRET <bruno.jofret@inria.fr> ## ## Started on Thu Nov 30 16:33:40 2006 jofret -## Last update Wed Feb 14 14:38:13 2007 jofret +## Last update Fri Feb 23 17:59:01 2007 jofret ## ## Copyright INRIA 2006 ## @@ -14,7 +14,7 @@ NAME = ../../lib/libIsEmpty.a RM = rm -f CC = gcc -INCLUDE = -I ../../type -I ../../misc +INCLUDE = -I ../../type -I ../../includes -I ../includes LINK = -L ../../lib CFLAGS = -Werror -Wall -pedantic -ansi $(INCLUDE) $(LINK) $(STANDARD) AR = ar cru @@ -25,7 +25,7 @@ SRC = sisEmptya.c \ cisEmptya.c \ zisEmptya.c -HEAD = isEmpty.h +HEAD = ../includes/isEmpty.h OBJ = $(SRC:.c=.o) all: $(NAME) |