Minimal forward-port to modern C - just enough to get it to compile.
This commit is contained in:
parent
24d7aeaf8a
commit
50ab7b9d47
4 changed files with 26 additions and 14 deletions
3
Makefile
3
Makefile
|
@ -21,3 +21,6 @@ actions2.o: misc.h main.h share.h funcs.h
|
|||
score.o: misc.h main.h share.h
|
||||
|
||||
misc.o: misc.h main.h
|
||||
|
||||
clean:
|
||||
rm -f *.o adventure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue