From d22f91f8f86363f28b1fc21f36dfe9fab7e75611 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Agn=C3=A8s=20Li=C3=A8vre?= Date: Wed, 2 May 2001 18:21:28 +0000 Subject: [PATCH] hanges in Makefile. Some cleaning in .gif and .txt files --- src/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.43.0