1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-08 17:45:24 +02:00
cdt/qt/org.eclipse.cdt.qt.core/tern-qml/Makefile

19 lines
316 B
Makefile
Raw Normal View History

DIST = \
dist/acorn/dist/acorn.js \
dist/acorn/dist/acorn_loose.js \
dist/acorn/dist/walk.js \
dist/tern/lib/signal.js \
dist/tern/lib/tern.js \
dist/tern/lib/def.js \
dist/tern/lib/comment.js \
dist/tern/lib/infer.js
all: $(DIST)
dist/%: node_modules/%
@mkdir -p $(dir $@)
cp $^ $@
clean:
rm -fr dist