Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132907 views
License: OTHER
PHONY = update

default: index

update:
	git pull --recurse-submodules
	git submodule foreach "git fetch origin; git checkout master; git reset --hard origin/master"

index:
	./index.py