Browse Source

Clean docs

Thomas Buck 11 years ago
parent
commit
0607a976aa
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      Makefile

+ 6
- 1
Makefile View File

210
 
210
 
211
 #################################################################
211
 #################################################################
212
 
212
 
213
-clean: clean-small clean-dep
213
+clean: clean-small clean-dep clean-doc
214
 
214
 
215
 clean-small: clean-build clean-test clean-obj 
215
 clean-small: clean-build clean-test clean-obj 
216
 	@-rm -rf bin/OpenRaider.app
216
 	@-rm -rf bin/OpenRaider.app
246
 	@-rm -f $(BUILD_MEM_DIR)/$(NAME)
246
 	@-rm -f $(BUILD_MEM_DIR)/$(NAME)
247
 	@-echo "[DONE]"
247
 	@-echo "[DONE]"
248
 
248
 
249
+clean-doc:
250
+	@-echo "Cleaning docs"
251
+	@-rm -rf doc
252
+	@-echo "[DONE]"
253
+
249
 
254
 
250
 #################################################################
255
 #################################################################
251
 
256
 

Loading…
Cancel
Save