aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
diff options
context:
space:
mode:
Diffstat (limited to 'Projects')
-rw-r--r--Projects/AVRISP-MKII/makefile3
-rw-r--r--Projects/Benito/makefile3
-rw-r--r--Projects/Incomplete/MIDIToneGenerator/makefile3
-rw-r--r--Projects/Incomplete/StandaloneProgrammer/makefile3
-rw-r--r--Projects/LEDNotifier/makefile3
-rw-r--r--Projects/Magstripe/makefile3
-rw-r--r--Projects/MissileLauncher/makefile3
-rw-r--r--Projects/RelayBoard/makefile3
-rw-r--r--Projects/TemperatureDataLogger/makefile3
-rw-r--r--Projects/USBtoSerial/makefile3
-rw-r--r--Projects/Webserver/makefile3
-rw-r--r--Projects/XPLAINBridge/makefile3
12 files changed, 24 insertions, 12 deletions
diff --git a/Projects/AVRISP-MKII/makefile b/Projects/AVRISP-MKII/makefile
index adb649529..1e2a86549 100644
--- a/Projects/AVRISP-MKII/makefile
+++ b/Projects/AVRISP-MKII/makefile
@@ -753,4 +753,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
showtarget begin finish end sizebefore sizeafter \
gccversion build elf hex eep lss sym coff extcoff \
program dfu flip flip-ee dfu-ee clean debug \
-clean_list clean_binary gdb-config doxygen \ No newline at end of file
+clean_list clean_binary clean_doxygen gdb-config \
+doxygen \ No newline at end of file
diff --git a/Projects/Benito/makefile b/Projects/Benito/makefile
index 87ecf1e2e..e33f0eec3 100644
--- a/Projects/Benito/makefile
+++ b/Projects/Benito/makefile
@@ -741,4 +741,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
showtarget begin finish end sizebefore sizeafter \
gccversion build elf hex eep lss sym coff extcoff \
program dfu flip flip-ee dfu-ee clean debug \
-clean_list clean_binary gdb-config doxygen \ No newline at end of file
+clean_list clean_binary clean_doxygen gdb-config \
+doxygen \ No newline at end of file
diff --git a/Projects/Incomplete/MIDIToneGenerator/makefile b/Projects/Incomplete/MIDIToneGenerator/makefile
index 6420ee5df..4c085eacb 100644
--- a/Projects/Incomplete/MIDIToneGenerator/makefile
+++ b/Projects/Incomplete/MIDIToneGenerator/makefile
@@ -735,4 +735,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
showtarget begin finish end sizebefore sizeafter \
gccversion build elf hex eep lss sym coff extcoff \
program dfu flip flip-ee dfu-ee clean debug \
-clean_list clean_binary gdb-config doxygen \ No newline at end of file
+clean_list clean_binary clean_doxygen gdb-config \
+doxygen \ No newline at end of file
diff --git a/Projects/Incomplete/StandaloneProgrammer/makefile b/Projects/Incomplete/StandaloneProgrammer/makefile
index 154c2944f..0fa62234a 100644
--- a/Projects/Incomplete/StandaloneProgrammer/makefile
+++ b/Projects/Incomplete/StandaloneProgrammer/makefile
@@ -745,4 +745,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
showtarget begin finish end sizebefore sizeafter \
gccversion build elf hex eep lss sym coff extcoff \
program dfu flip flip-ee dfu-ee clean debug \
-clean_list clean_binary gdb-config doxygen \ No newline at end of file
+clean_list clean_binary clean_doxygen gdb-config \
+doxygen \ No newline at end of file
diff --git a/Projects/LEDNotifier/makefile b/Projects/LEDNotifier/makefile
index d9d5f37f3..3b2d1f88e 100644
--- a/Projects/LEDNotifier/makefile
+++ b/Projects/LEDNotifier/makefile
@@ -736,4 +736,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
showtarget begin finish end sizebefore sizeafter \
gccversion build elf hex eep lss sym coff extcoff \
program dfu flip flip-ee dfu-ee clean debug \
-clean_list clean_binary gdb-config doxygen \ No newline at end of file
+clean_list clean_binary clean_doxygen gdb-config \
+doxygen \ No newline at end of file
diff --git a/Projects/Magstripe/makefile b/Projects/Magstripe/makefile
index 41a20ad5a..ee8e21554 100644
--- a/Projects/Magstripe/makefile
+++ b/Projects/Magstripe/makefile
@@ -746,4 +746,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
showtarget begin finish end sizebefore sizeafter \
gccversion build elf hex eep lss sym coff extcoff \
program dfu flip flip-ee dfu-ee clean debug \
-clean_list clean_binary gdb-config doxygen \ No newline at end of file
+clean_list clean_binary clean_doxygen gdb-config \
+doxygen \ No newline at end of file
diff --git a/Projects/MissileLauncher/makefile b/Projects/MissileLauncher/makefile
index 13c196ab3..d5d08ee50 100644
--- a/Projects/MissileLauncher/makefile
+++ b/Projects/MissileLauncher/makefile
@@ -735,4 +735,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
showtarget begin finish end sizebefore sizeafter \
gccversion build elf hex eep lss sym coff extcoff \
program dfu flip flip-ee dfu-ee clean debug \
-clean_list clean_binary gdb-config doxygen \ No newline at end of file
+clean_list clean_binary clean_doxygen gdb-config \
+doxygen \ No newline at end of file
diff --git a/Projects/RelayBoard/makefile b/Projects/RelayBoard/makefile
index 35d8e36ab..a681c1dd8 100644
--- a/Projects/RelayBoard/makefile
+++ b/Projects/RelayBoard/makefile
@@ -734,4 +734,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
showtarget begin finish end sizebefore sizeafter \
gccversion build elf hex eep lss sym coff extcoff \
program dfu flip flip-ee dfu-ee clean debug \
-clean_list clean_binary gdb-config doxygen \ No newline at end of file
+clean_list clean_binary clean_doxygen gdb-config \
+doxygen \ No newline at end of file
diff --git a/Projects/TemperatureDataLogger/makefile b/Projects/TemperatureDataLogger/makefile
index e3e4eed17..bf8589c8f 100644
--- a/Projects/TemperatureDataLogger/makefile
+++ b/Projects/TemperatureDataLogger/makefile
@@ -747,4 +747,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
showtarget begin finish end sizebefore sizeafter \
gccversion build elf hex eep lss sym coff extcoff \
program dfu flip flip-ee dfu-ee clean debug \
-clean_list clean_binary gdb-config doxygen \ No newline at end of file
+clean_list clean_binary clean_doxygen gdb-config \
+doxygen \ No newline at end of file
diff --git a/Projects/USBtoSerial/makefile b/Projects/USBtoSerial/makefile
index 26b537b45..d6447f328 100644
--- a/Projects/USBtoSerial/makefile
+++ b/Projects/USBtoSerial/makefile
@@ -736,4 +736,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
showtarget begin finish end sizebefore sizeafter \
gccversion build elf hex eep lss sym coff extcoff \
program dfu flip flip-ee dfu-ee clean debug \
-clean_list clean_binary gdb-config doxygen \ No newline at end of file
+clean_list clean_binary clean_doxygen gdb-config \
+doxygen \ No newline at end of file
diff --git a/Projects/Webserver/makefile b/Projects/Webserver/makefile
index ccc787fa6..37a2d906a 100644
--- a/Projects/Webserver/makefile
+++ b/Projects/Webserver/makefile
@@ -760,4 +760,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
showtarget begin finish end sizebefore sizeafter \
gccversion build elf hex eep lss sym coff extcoff \
program dfu flip flip-ee dfu-ee clean debug \
-clean_list clean_binary gdb-config doxygen \ No newline at end of file
+clean_list clean_binary clean_doxygen gdb-config \
+doxygen \ No newline at end of file
diff --git a/Projects/XPLAINBridge/makefile b/Projects/XPLAINBridge/makefile
index d1d679c4d..1a865a110 100644
--- a/Projects/XPLAINBridge/makefile
+++ b/Projects/XPLAINBridge/makefile
@@ -756,4 +756,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
showtarget begin finish end sizebefore sizeafter \
gccversion build elf hex eep lss sym coff extcoff \
program dfu flip flip-ee dfu-ee clean debug \
-clean_list clean_binary gdb-config doxygen \ No newline at end of file
+clean_list clean_binary clean_doxygen gdb-config \
+doxygen \ No newline at end of file