Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Noise Explorer
Noise Explorer
Commits
0f65560f
Commit
0f65560f
authored
Dec 08, 2020
by
Nadim Kobeissi
💾
Browse files
Update Makefile
parent
1726fb8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
0f65560f
...
...
@@ -34,8 +34,12 @@ html:
clean
:
@
/bin/echo
-n
"[NoiseExplorer] Cleaning up... "
@
rm
-f
parser/noiseParser.js
@
rm
-rf
../implementations/rs/target
@
rm
-rf
../implementations/rs/
*
/target
@
rm
-f
../implementations/rs/
*
/Cargo.lock
@
rm
-rf
../implementations/wasm/target
@
rm
-rf
../implementations/wasm/
*
/target
@
rm
-f
../implementations/wasm/
*
/Cargo.lock
@
/bin/echo
" OK."
.PHONY
:
dependencies parser models implementations wasm tests html clean
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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