makefile test target now compiles first
This commit is contained in:
parent
c2f8d4e6a0
commit
8610eeefad
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -1,7 +1,7 @@
|
||||||
compile:
|
compile:
|
||||||
./priv/jsx compile
|
./priv/jsx compile
|
||||||
|
|
||||||
test: force
|
test: compile
|
||||||
./priv/jsx test
|
./priv/jsx test
|
||||||
|
|
||||||
examples: force
|
examples: force
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue