Adjust SRC autodetection in Makefile
This commit is contained in:
parent
3862a866fd
commit
fcf5bdc55b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
BUILD_DIR=dist
|
||||
TARGET=$(BUILD_DIR)/unit.js
|
||||
SRC=$(wildcard *.js)
|
||||
SRC=$(wildcard src/UnitJS/*.js)
|
||||
TEMPLATE=unit.js.tpl
|
||||
|
||||
all: $(TARGET)
|
||||
|
|
Loading…
Reference in a new issue