EXEC=chip-8 $(EXEC): main.c screen.c mem.c vcpu.c keypad.c speaker.c gcc -lraylib $^ -o $@ clean: - rm $(EXEC) .PHONY: clean