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
Remove etap target from the Makefile
pull/65/head
Paul J. Davis
11 years ago
parent
46b315217d
commit
5752dbc1fc
1 changed files
with
1 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-5
Makefile
+ 1
- 5
Makefile
View File
@ -29,15 +29,11 @@ build: depends
$(
REBAR
)
compile
etap
:
test
/
etap
.
beam
test
/
util
.
beam
prove test/*.t
eunit
:
$(
REBAR
)
eunit
skip_deps
=
true
check
:
build
e
tap
e
unit
check
:
build
eunit
%.beam
:
%.
erl
Write
Preview
Loading…
Cancel
Save