beep: beep.c
	gcc -g -v -o beep.exe beep.c # the -g is for debugging symbols
test:	beep
	beep 2222 2
