Skip to content

Commit 0f5ee32

Browse files
committed
add workaround for rom.sav
1 parent 5d58588 commit 0f5ee32

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
pokegb: pokegb.cc
22
$(CC) -O2 -Wall -Wno-return-type -Wno-misleading-indentation -o $@ $< -lSDL2
33

4+
rom.sav: empty.sav
5+
cp $< $@
6+
47
clean:
5-
rm -f pokegb
8+
rm -f pokegb rom.sav

empty.sav

32 KB
Binary file not shown.

0 commit comments

Comments
 (0)