Add a make rule for presets

This commit is contained in:
John Firebaugh
2013-03-07 13:50:47 -08:00
parent df18dd9ca9
commit a57626f51c
+5
View File
@@ -10,6 +10,11 @@ all: \
iD.js \
iD.min.js
PRESET_FILES = $(shell find data/presets/presets -type f -name '*.json')
data/presets/presets.json: $(PRESET_FILES)
cd data/presets && node build
# TODO: write a nice node script for this
data/data.js: \
data/deprecated.json \