rebuild when debug.ts changes

This commit is contained in:
Eon S. Jeon 2018-11-19 07:30:41 +09:00
parent cf7836d0cc
commit 38bb5268bb

View File

@ -46,6 +46,7 @@ $(FILE_SCRIPT): src/driver.ts
$(FILE_SCRIPT): src/engine.ts
$(FILE_SCRIPT): src/kwin.d.ts
$(FILE_SCRIPT): src/layout.ts
$(FILE_SCRIPT): src/debug.ts
@mkdir -vp `dirname $(FILE_SCRIPT)`
tsc --outFile $(FILE_SCRIPT)