Rewrite save/resume in idiomatic C. Savefile version bumped to 26.
This commit is contained in:
parent
3af993abca
commit
9e8e0893dc
5 changed files with 73 additions and 188 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@
|
|||
VERS=1.0
|
||||
|
||||
CC?=gcc
|
||||
CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE
|
||||
CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE -g
|
||||
LIBS=
|
||||
UNAME_S := $(shell uname -s)
|
||||
ifeq ($(UNAME_S),Linux)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue