11 lines
204 B
Makefile
11 lines
204 B
Makefile
all: run
|
|
|
|
node_modules: package.json
|
|
meteor yarn
|
|
|
|
run: node_modules ../filog
|
|
( cd ../filog ; meteor yarn compile)
|
|
pwd
|
|
rm -fr node_modules
|
|
meteor yarn
|
|
MONGO_URL=mongodb://localhost/filog_demo meteor
|