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:
|
||||
./priv/jsx compile
|
||||
|
||||
test: force
|
||||
test: compile
|
||||
./priv/jsx test
|
||||
|
||||
examples: force
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue