diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-18 20:36:51 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-18 20:36:51 +0000 |
commit | 6fa8da4e561ee920f66ece42ce7e937a5399626d (patch) | |
tree | 1869dc2f0af251bf7bc616c4d6b9226c1de19589 /LUFA/makefile | |
parent | d8621ee8f4e214403efd391587eec1503697c25e (diff) | |
download | lufa-6fa8da4e561ee920f66ece42ce7e937a5399626d.tar.gz lufa-6fa8da4e561ee920f66ece42ce7e937a5399626d.tar.bz2 lufa-6fa8da4e561ee920f66ece42ce7e937a5399626d.zip |
Minor makefile fixes - add phony targets, remove silence switch from the root makefile and add missing build modules to the ClassDriver VirtualSerial device demo.
Diffstat (limited to 'LUFA/makefile')
-rw-r--r-- | LUFA/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/makefile b/LUFA/makefile index ebe2b19be..21f0f578a 100644 --- a/LUFA/makefile +++ b/LUFA/makefile @@ -45,3 +45,6 @@ else include Build/lufa.sources.in include Build/lufa.doxygen.in endif + + +.PHONY: all export_tar version clean
\ No newline at end of file |