summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2022-12-09 16:20:47 -0800
committerLouie Shprung <lshprung@scu.edu>2022-12-10 16:38:00 -0800
commit86c818d83e2ccf91efed4fcffd49ed3a5d44a173 (patch)
treed3c98b85cbc8b1f02138fd4e7250e6411eb9cbcd /README
parentd0c84fc07e29ef8b4abb390831ddb71e5bd220cf (diff)
Replace crude Makefile with Autotools build system
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..f1f9b2e
--- /dev/null
+++ b/README
@@ -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/