diff options
author | jofret | 2006-12-07 17:03:31 +0000 |
---|---|---|
committer | jofret | 2006-12-07 17:03:31 +0000 |
commit | 62cf055a899adcc2678fd8bd72f7dbb633d1b8da (patch) | |
tree | 0798c9b3b934a736626bb2663f6b1e0a7b515942 /src/type/Makefile | |
parent | 4a2f1ca4f4f56b8f707f04ccbdc2236f7df0d64d (diff) | |
download | scilab2c-62cf055a899adcc2678fd8bd72f7dbb633d1b8da.tar.gz scilab2c-62cf055a899adcc2678fd8bd72f7dbb633d1b8da.tar.bz2 scilab2c-62cf055a899adcc2678fd8bd72f7dbb633d1b8da.zip |
Begin basic library
Cos
Diffstat (limited to 'src/type/Makefile')
-rw-r--r-- | src/type/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/type/Makefile b/src/type/Makefile index d93c90e7..77bb93c4 100644 --- a/src/type/Makefile +++ b/src/type/Makefile @@ -5,14 +5,14 @@ ## Made by Bruno JOFRET <bruno.jofret@inria.fr> ## ## Started on Thu Nov 30 16:33:40 2006 jofret -## Last update Thu Dec 7 14:27:32 2006 jofret +## Last update Thu Dec 7 15:04:27 2006 jofret ## ## Copyright INRIA 2006 ## RM = rm -f CC = gcc -CFLAGS = -Wall -pedantic -ansi +CFLAGS = -Wall -pedantic -ansi -Werror AR = ar cru RANLIB = ranlib @@ -50,4 +50,5 @@ clean: distclean: clean $(RM) $(LIBS) +re: clean all |