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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user