
all: play sun2snd

play: play.c
	$(CC) -o $@ $@.c
	chmod 755 play

sun2snd: sun2snd.c
	$(CC) -o $@ $@.c
	chmod 755 play
