FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
clique/Makefile at develop · basho/clique · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
basho
/
clique
Public
Notifications
You must be signed in to change notification settings
Fork
49
Star
152
Code
Issues
11
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
clique
/
Makefile
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (15 loc) · 257 Bytes
Breadcrumbs
clique
/
Makefile
Copy path
File metadata and controls
22 lines (15 loc) · 257 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.PHONY
: compile rel cover test dialyzer
REBAR
=./rebar3
compile
:
$(
REBAR
)
compile
clean
:
$(
REBAR
)
clean
cover
: test
$(
REBAR
)
cover
test
: compile
$(
REBAR
)
as
test
do
eunit
dialyzer
:
$(
REBAR
)
dialyzer
xref
:
$(
REBAR
)
xref
check
: test dialyzer xref
Back
|
FazBrowse Home
|
New Git URL