From f56fac64f90feb0414a7372ea5897853738d110f Mon Sep 17 00:00:00 2001 From: Astatin Date: Fri, 7 Mar 2025 22:28:36 +0900 Subject: Add automatic recordings of inputs --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 00aed1f..78aa670 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,8 @@ build/main.rom: main.gbasm tileset.gbasm dialogues.gbasm gbasm $< $@ run: build/main.rom - gb $< + mkdir -p recordings + gb $< --record-input "./recordings/$(shell date -Iseconds).record" sameboy: build/main.rom sameboy build/main.rom -- cgit v1.2.3-70-g09d2