TypeScript and JavaScript implementation of Dataspaces, Syndicate, and TypeScript language support for Syndicate. Targets both the browser and node.js.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bootstrap : node_modules /lerna
node_modules/lerna :
npm i .
$( MAKE) clean
+$( MAKE) -j$$ ( nproc) all
PACKAGE_JSONS = $( wildcard packages/*/package.json)
PACKAGE_DIRS = $( PACKAGE_JSONS:/package.json= )
clean veryclean :
rm -f deps.mk
for d in $( PACKAGE_DIRS) ; do make -C $$ d $@ ; done
all : $( PACKAGE_DIRS :=/.phony_all )
i n c l u d e d e p s . m k
deps.mk :
for d in $( PACKAGE_DIRS) ; do \
echo $$ d/.phony_all: $$ ( fgrep 'file:' " $$ d/package.json " | sed -e 's:.*/\([^/"]*\)",:packages/\1/.phony_all:' ) ; \
done > $@
%/.phony_all :
+$( MAKE) -C $* all
watch :
inotifytest make -j$$ ( nproc) all