Don't require pre_build for basic job
This commit is contained in:
parent
29b6f8c875
commit
b4150a201c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -16,7 +16,7 @@ build: pre_build
|
|||
./Makefile.dryice.js bm
|
||||
|
||||
# Minimal build: call Makefile.dryice.js only if our sources changed
|
||||
minimal: pre_build build/src/ace.js
|
||||
basic: build/src/ace.js
|
||||
|
||||
build/src/ace.js : ${wildcard lib/*} \
|
||||
${wildcard lib/*/*} \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue