]> henry.ined.fr Git - .git/commitdiff
hanges in Makefile. Some cleaning in .gif and .txt files
authorAgnès Lièvre <agnes.lievre@education.gouv.fr>
Wed, 2 May 2001 18:21:28 +0000 (18:21 +0000)
committerAgnès Lièvre <agnes.lievre@education.gouv.fr>
Wed, 2 May 2001 18:21:28 +0000 (18:21 +0000)
src/Makefile

index 6ca242a31253b340c2f498d79600aee417140ce4..31eb2075121a0466aba013dd14f25ed76746ec0c 100644 (file)
@@ -5,11 +5,18 @@ CC= gcc -v
 LFLAGS= -O2 -g -mno-cygwin\r
 CFLAGS= -O2 -g\r
 \r
+PARAM=biaspar\r
 \r
 imach : imach.o \r
        $(CC) $(LFLAGS) -o imach imach.o\r
 imach.o : imach.c \r
        $(CC) $(LFLAGS) -c imach.c\r
+$(PARAM).htm: imach $(PARAM).txt data1.txt\r
+       ./imach $(PARAM).txt\r
 \r
+clean: orbiaspar.txt\r
+       rm or$(PARAM).txt er$(PARAM).txt pijr$(PARAM).txt plr$(PARAM).txt \\r
+       r$(PARAM).txt tr$(PARAM).txt vpl$(PARAM).txt pr$(PARAM).txt \\r
+       vr$(PARAM).txt *.gif imach.exe imach.o\r
 \r
 \r