This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
jiffy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
fix make clean.
pull/19/head
benoitc
13 years ago
committed by
Benoit Chesneau
parent
25b8868f5d
commit
993a00cff5
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@ -6,7 +6,7 @@ clean:
$(
REBAR
)
clean
$(
REBAR
)
clean
rm -rf logs
rm -rf logs
rm -rf .eunit
rm -rf .eunit
rm test/*.beam
rm
-f
test/*.beam
deps
:
./
deps
/
deps
:
./
deps
/
$(
REBAR
)
get-deps update-deps
$(
REBAR
)
get-deps update-deps
Write
Preview
Loading…
Cancel
Save