libx52/user/Makefile

11 lines
86 B
Makefile

readjoy: readjoy.c
gcc -o $@ $<
all: readjoy
.PHONY: clean
clean:
rm -f readjoy