diff options
author | Louie S <louie@example.com> | 2022-12-09 16:20:47 -0800 |
---|---|---|
committer | Louie Shprung <lshprung@scu.edu> | 2022-12-10 16:38:00 -0800 |
commit | 86c818d83e2ccf91efed4fcffd49ed3a5d44a173 (patch) | |
tree | d3c98b85cbc8b1f02138fd4e7250e6411eb9cbcd /README | |
parent | d0c84fc07e29ef8b4abb390831ddb71e5bd220cf (diff) |
Replace crude Makefile with Autotools build system
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +This is a simple ncurses snake game written in C + +-- Compilation Instructions -- + +$ ./configure +$ make + +The resulting binary will be created in src/ |