From efd23153d6c094c7d60833548621e13f553871e9 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 6 Dec 2010 14:41:41 +0100 Subject: Grundgerüst erstellt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d08af51 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +all: + gcc -Wall -c -o conv.o conv.c + gcc -Wall -c -o log.o log.c + gcc -Wall -c -o statistic.o statistic.c + gcc -Wall -c -o monitor.o monitor.c + gcc -Wall -c -o main.o main.c + gcc -o pk main.o conv.o log.o statistic.o monitor.o + +clean: + rm -f *.o -- cgit v1.2.3-70-g09d2