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

Merge pull request #4810 from mainerror/2.1.1-wip

Makefile misses a 'clean' directive
parents 7e4629fb a976a158
......@@ -50,6 +50,13 @@ test:
kill -9 `cat js/tests/pid.txt`
rm js/tests/pid.txt
#
# CLEANS THE ROOT DIRECTORY OF PRIOR BUILDS
#
clean:
rm -r bootstrap
#
# BUILD SIMPLE BOOTSTRAP DIRECTORY
# recess & uglifyjs are required
......
Markdown is supported
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