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:
parent
0535feea0c
commit
defdaeca23
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue