added missing compile prereq to prove make target
This commit is contained in:
parent
a83a0a4ebc
commit
126f95a44b
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -8,7 +8,7 @@ expand:
|
|||
test: compile
|
||||
./priv/jsx_test.escript test/cases
|
||||
|
||||
prove:
|
||||
prove: compile
|
||||
prove ./priv/jsx_test.escript
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue