aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKevin Lange <kevin.lange@dakko.us>2011-11-30 01:23:53 -0600
committerKevin Lange <kevin.lange@dakko.us>2011-11-30 01:23:53 -0600
commit3b7a7a1381a203586217c1447a601e369d06895a (patch)
tree03c48962c3c8a38b48fe38a3ca1e1d12eb8d6553 /Makefile
parentffa07d6398ff825518ea3f6652a3e866465ad6be (diff)
downloadnyancat-3b7a7a1381a203586217c1447a601e369d06895a.tar.gz
Ready to push.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..8d1c3ae
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+nyancat: nyancat.c
+ gcc -o nyancat nyancat.c