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
Add a distclean target for Make
This runs a `git clean -fxd` to revert to a pristine Git clone.
pull/30/head
Paul J. Davis
12 years ago
committed by
Dave Cottlehuber
parent
8857921a2a
commit
fb7b33580b
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Makefile
+ 2
- 0
Makefile
View File
@ -8,6 +8,8 @@ clean:
rm -rf .eunit
rm -f test/*.beam
distclean
:
clean
git clean -fxd
depends
:
@if
test
! -d ./deps
;
then
\
Write
Preview
Loading…
Cancel
Save