summarylogtreecommitdiffstats
path: root/Makefile
blob: 93efed596206fbf22322cd2e6eaf86e319d6af03 (plain)
1
2
3
4
5
6
7
8
default:
	@./build.sh

commit:
	@./commit.sh

push:
	@git push origin master