diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-13 04:32:33 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-13 04:32:33 +0000 |
commit | ac61b81a0b20b86a4865d5e2802f704ad1075541 (patch) | |
tree | d317751beab3b669d931f9bbff83db8680e510a9 /Projects/makefile | |
parent | d3e00ce1eca6a7736f30b2e93992d0d5a6161de6 (diff) | |
download | lufa-ac61b81a0b20b86a4865d5e2802f704ad1075541.tar.gz lufa-ac61b81a0b20b86a4865d5e2802f704ad1075541.tar.bz2 lufa-ac61b81a0b20b86a4865d5e2802f704ad1075541.zip |
Add first lot of AVRStudio project files for some of the library projects.
Diffstat (limited to 'Projects/makefile')
-rw-r--r-- | Projects/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/makefile b/Projects/makefile index 0cbe68bcf..c4078c5e0 100644 --- a/Projects/makefile +++ b/Projects/makefile @@ -32,8 +32,8 @@ all: $(MAKE) -C RelayBoard clean $(MAKE) -C RelayBoard all - $(MAKE) -C TemperatureDataLogger clean - $(MAKE) -C TemperatureDataLogger all + $(MAKE) -C TempDataLogger clean + $(MAKE) -C TempDataLogger all $(MAKE) -C USBtoSerial clean $(MAKE) -C USBtoSerial all |