1
0
mirror of https://github.com/agdsn/ancient-weatherstation.git synced 2026-06-19 23:07:59 +00:00

Add cleanup-target to Makefile to remove .o-Files

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@7 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi
2006-08-12 16:40:30 +00:00
parent 0535feea0c
commit defdaeca23
+5
View File
@@ -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 write.o: write.c write.h main.h definitions.h
$(CC) -DDEBUG -I/usr/include/postgresql -o write.o -c write.c $(CC) -DDEBUG -I/usr/include/postgresql -o write.o -c write.c
cleanup:
echo "Räume auf...entferne:"
echo " " *.o
$(RM) -f *.o