diff options
author | Ian C <ianc@noddybox.co.uk> | 2020-03-22 21:28:09 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2020-03-22 21:28:09 +0000 |
commit | e2f4e398c33f30f9b03448fb6687b7e06a65f21f (patch) | |
tree | 27225576cbcbb6e5400a2e57743a1a1c3cea578a /src/Makefile | |
parent | b324606fad1d596bf4f6319239f9c567a409941e (diff) |
Added load/save and some extra instructions.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 9fc766e..e1aa066 100644 --- a/src/Makefile +++ b/src/Makefile @@ -17,6 +17,7 @@ TARGET=czx81 # This library may need to be set to one of these: +# curses # cursesw # ncursesw CURSES=-lncurses |