Adjust SRC autodetection in Makefile

This commit is contained in:
Tissevert 2020-03-23 21:43:34 +01:00
parent 3862a866fd
commit fcf5bdc55b
1 changed files with 1 additions and 1 deletions

View File

@ -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)