diff options
| author | Kevin Lange <kevin.lange@dakko.us> | 2011-11-30 01:23:53 -0600 |
|---|---|---|
| committer | Kevin Lange <kevin.lange@dakko.us> | 2011-11-30 01:23:53 -0600 |
| commit | 3b7a7a1381a203586217c1447a601e369d06895a (patch) | |
| tree | 03c48962c3c8a38b48fe38a3ca1e1d12eb8d6553 /Makefile | |
| parent | ffa07d6398ff825518ea3f6652a3e866465ad6be (diff) | |
| download | nyancat-3b7a7a1381a203586217c1447a601e369d06895a.tar.gz | |
Ready to push.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
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 |
