Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/wapython
Path: blob/main/desktop/electron/Makefile
1067 views
include ../build/Makefile-vars

all: deps ${DIST}/.built

include ../build/Makefile-rules

${DIST}/.built: node_modules src/index.ts
	pnpm run build
	touch ${DIST}/.built

clean-build::
	pnpm run clean

test:
	echo "no tests yet"