From defdaeca230b122659849250679c73ca8b9df161 Mon Sep 17 00:00:00 2001 From: losinshi Date: Sat, 12 Aug 2006 16:40:30 +0000 Subject: [PATCH] Add cleanup-target to Makefile to remove .o-Files git-svn-id: file:///home/jan/tmp/wetterstation/trunk@7 dd492736-c11a-0410-ad51-8c26713eaf7f --- seriell/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/seriell/Makefile b/seriell/Makefile index 5d49d59..1197b66 100644 --- a/seriell/Makefile +++ b/seriell/Makefile @@ -60,3 +60,8 @@ process.o: process.c process.h main.h config.h definitions.h write.h write.o: write.c write.h main.h definitions.h $(CC) -DDEBUG -I/usr/include/postgresql -o write.o -c write.c + +cleanup: + echo "Räume auf...entferne:" + echo " " *.o + $(RM) -f *.o