Move database compilation out into its own tool (for now). 15/head
authorJason S. Ninneman <jsn@mbar.us>
Mon, 29 May 2017 04:46:54 +0000 (21:46 -0700)
committerJason S. Ninneman <jsn@mbar.us>
Mon, 29 May 2017 04:46:54 +0000 (21:46 -0700)
commitf0528b0ded7e921510ecdece2a36ce94c6414044
tree5e301d2f56c19805e4f39a9120fef67073bba18a
parentd6b59a1c12ad8829de004dc3b478fde2a7ff197d
Move database compilation out into its own tool (for now).
15 files changed:
.gitignore
Makefile
actions1.c
adventure.text [deleted file]
database.c [deleted file]
database.h [deleted file]
database/Makefile [new file with mode: 0644]
database/adventure.text [new file with mode: 0644]
database/compile.c [new file with mode: 0644]
funcs.h
init.c
main.c
misc.c
score.c
tests/Makefile