Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
9d890a84
Commit
9d890a84
authored
12 years ago
by
♒∆✝
Browse files
Options
Download
Plain Diff
Merge pull request #4810 from mainerror/2.1.1-wip
Makefile misses a 'clean' directive
parents
7e4629fb
a976a158
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+7
-0
Makefile
with
7 additions
and
0 deletions
+7
-0
Makefile
+
7
-
0
View file @
9d890a84
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment