Shorter command

master
Mark Hills 2012-07-27 12:21:25 +01:00
parent b046e8314a
commit cdcef61fad
1 changed files with 1 additions and 4 deletions

View File

@ -17,9 +17,6 @@ rx: rx.o device.o sched.o
tx: tx.o device.o sched.o
clean:
rm -f *.o
rm -f *.d
rm -f tx
rm -f rx
rm -f *.o *.d tx rx
-include *.d