summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2014-10-24 11:12:03 +0200
committerjaseg <code@jaseg.net>2014-10-24 11:12:03 +0200
commitc607661ffaed980ddf4881462014799f97b17281 (patch)
tree54280635b9a87609ea4b43e3e6334d4fe39898bc /Makefile
downloadlolcat-c607661ffaed980ddf4881462014799f97b17281.tar.gz
lolcat-c607661ffaed980ddf4881462014799f97b17281.tar.bz2
lolcat-c607661ffaed980ddf4881462014799f97b17281.zip
Initial commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..40dbecd
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+
+all: lolcat
+
+lolcat: lolcat.c
+ gcc -std=c99 -Wall -o lolcat lolcat.c