Skip to content

Commit a976a15

Browse files
committed
Added 'clean' directive to the make file.
1 parent e27b135 commit a976a15

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ test:
5050
kill -9 `cat js/tests/pid.txt`
5151
rm js/tests/pid.txt
5252

53+
#
54+
# CLEANS THE ROOT DIRECTORY OF PRIOR BUILDS
55+
#
56+
57+
clean:
58+
rm -r bootstrap
59+
5360
#
5461
# BUILD SIMPLE BOOTSTRAP DIRECTORY
5562
# recess & uglifyjs are required

0 commit comments

Comments
 (0)