Commit 9d890a84 authored by ♒∆✝'s avatar ♒∆✝
Browse files

Merge pull request #4810 from mainerror/2.1.1-wip

Makefile misses a 'clean' directive
parents 7e4629fb a976a158
Showing with 7 additions and 0 deletions
+7 -0
...@@ -50,6 +50,13 @@ test: ...@@ -50,6 +50,13 @@ test:
kill -9 `cat js/tests/pid.txt` kill -9 `cat js/tests/pid.txt`
rm js/tests/pid.txt rm js/tests/pid.txt
#
# CLEANS THE ROOT DIRECTORY OF PRIOR BUILDS
#
clean:
rm -r bootstrap
# #
# BUILD SIMPLE BOOTSTRAP DIRECTORY # BUILD SIMPLE BOOTSTRAP DIRECTORY
# recess & uglifyjs are required # recess & uglifyjs are required
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment