Removed unused build targets.
parent
8a6719fe26
commit
60b1ca6bc7
|
@ -7,15 +7,6 @@ type[authd]=crystal
|
|||
sources[authd]=src/main.cr
|
||||
depends[authd]="$(ls src/*.cr | grep -v '/main.cr$' | tr '\n' ' ')"
|
||||
|
||||
targets+=(client/main.js)
|
||||
type[client/main.js]=livescript
|
||||
sources[client/main.js]=client/index.ls
|
||||
depends[client/main.js]="$(ls client/*.ls | grep -v '/index.ls$' | tr '\n' ' ')"
|
||||
|
||||
targets+=(client/style.css)
|
||||
type[client/style.css]=sass
|
||||
sources[client/style.css]=client/style.sass
|
||||
|
||||
for file in utils/*.cr; do
|
||||
util="$(basename ${file%.cr})"
|
||||
targets+=($util)
|
||||
|
|
Loading…
Reference in New Issue