all:
	gzip -c -n music.c > music.gz
	cat header.sh music.gz > hardcore
	chmod +x hardcore
