all:
	@./build.sh helloworld.c

clean:
	@git checkout .
	@git clean -fdx
