This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Merge pull request
#29
from tuncer/makefile
Makefile: fix 'clean' and add 'distclean'
pull/3/head
Dave Smith
12 years ago
parent
f0a2c5e84f
8e12652aa6
commit
e47e03bfce
1 changed files
with
4 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
Makefile
+ 4
- 1
Makefile
View File
@ -7,7 +7,10 @@ all:
./bootstrap
./bootstrap
clean
:
clean
:
@rm -rf rebar ebin/*.beam inttest/rt.work rt.work .test
@rm -rf rebar ebin/*.beam inttest/rt.work rt.work .eunit
distclean
:
clean
@rm -rf deps
debug
:
debug
:
@./bootstrap debug
@./bootstrap debug
Write
Preview
Loading…
Cancel
Save