
readjoy: readjoy.c
	gcc -o $@ $<

all: readjoy

.PHONY: clean
clean:
	rm -f readjoy

