From: Agnès Lièvre Date: Wed, 2 May 2001 18:21:28 +0000 (+0000) Subject: hanges in Makefile. Some cleaning in .gif and .txt files X-Git-Tag: Version-0-8a~43 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=d22f91f8f86363f28b1fc21f36dfe9fab7e75611;p=.git hanges in Makefile. Some cleaning in .gif and .txt files --- diff --git a/src/Makefile b/src/Makefile index 6ca242a..31eb207 100644 --- a/src/Makefile +++ b/src/Makefile @@ -5,11 +5,18 @@ CC= gcc -v LFLAGS= -O2 -g -mno-cygwin CFLAGS= -O2 -g +PARAM=biaspar imach : imach.o $(CC) $(LFLAGS) -o imach imach.o imach.o : imach.c $(CC) $(LFLAGS) -c imach.c +$(PARAM).htm: imach $(PARAM).txt data1.txt + ./imach $(PARAM).txt +clean: orbiaspar.txt + rm or$(PARAM).txt er$(PARAM).txt pijr$(PARAM).txt plr$(PARAM).txt \ + r$(PARAM).txt tr$(PARAM).txt vpl$(PARAM).txt pr$(PARAM).txt \ + vr$(PARAM).txt *.gif imach.exe imach.o