- commit
- 13903fcb6fedcb7bee7268e6fceb63b654f04a41
- parent
- 1f3143892515951f30ba891bc4acd406d2399a03
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2010-11-18 03:11
update makfile
Diffstat
| M | makefile.in | 7 | +------ |
1 files changed, 1 insertions, 6 deletions
diff --git a/makefile.in b/makefile.in
@@ -10,15 +10,10 @@ xiRetimer: .gui .back 10 10 $(CC) $(CFLAGS) -c src/gui/*.cpp src/gui/*.h 11 11 touch .gui 12 1213 -1 .back: src/*.cpp src/*.h .dep-1 13 .back: src/*.cpp src/*.h 14 14 $(CC) $(CFLAGS) -c src/*.cpp src/*.h 15 15 touch .back 16 1617 -1 .dep:18 -1 $(CC) $(CFLAGS) -c dep/*.h dep/*.so19 -1 touch .dep20 -121 -122 17 .PHONY: clean 23 18 clean: 24 19 rm -f *.o src/*.gch src/gui/*.gch .gui .back