Browse Source

Clean docs

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

+ 6
- 1
Makefile View File

@@ -210,7 +210,7 @@ $(BUILDDIR)/$(NAME) : $(OBJS)
210 210
 
211 211
 #################################################################
212 212
 
213
-clean: clean-small clean-dep
213
+clean: clean-small clean-dep clean-doc
214 214
 
215 215
 clean-small: clean-build clean-test clean-obj 
216 216
 	@-rm -rf bin/OpenRaider.app
@@ -246,6 +246,11 @@ clean-build:
246 246
 	@-rm -f $(BUILD_MEM_DIR)/$(NAME)
247 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