[makefile] silence clean target and add missing Makefile

This commit is contained in:
Gautier Hattenberger
2013-02-22 11:07:17 +01:00
committed by Felix Ruess
parent 446231949b
commit 737d7d3c8b
46 changed files with 175 additions and 48 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ ctrlstick: ctrlstick.c
$(CC) -g -O2 -Wall `pkg-config glib-2.0 --cflags` -o $@ $^ `pkg-config glib-2.0 --libs` -lglibivy
clean:
rm -f *.opt *.out *~ core *.o *.bak .depend *.cm* play ahrsview imuview ahrs2fg plot plotter gtk_export.ml openlog2tlm disp3d plotprofile test1 test3 test_samere ivy_example tmclient ffjoystick ctrlstick sd2log motor_bench
$(Q)rm -f *.opt *.out *~ core *.o *.bak .depend *.cm* play ahrsview imuview ahrs2fg plot plotter gtk_export.ml openlog2tlm disp3d plotprofile test1 test3 test_samere ivy_example tmclient ffjoystick ctrlstick sd2log motor_bench
.PHONY: all clean pt run_fg
+4 -1
View File
@@ -1,2 +1,5 @@
# Quiet compilation
Q=@
clean:
rm -f *~
$(Q)rm -f *~