summaryrefslogtreecommitdiff
path: root/Makefile
blob: 205dc6e4e819680796816c1d512160d83dc0b922 (plain)
1
2
3
4
5
6
7
8
9
all:
	make -C forgeConfig
	make -C virtbuf-example
	make -C zoopb-example
	make -C testGui
	make -C going2git	# actually builds against git2go using libgit2 v1.8.4

clean:
	rm -f go.*