aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKevin Lange <kevin.lange@phpwnage.com>2011-12-01 00:42:12 -0600
committerKevin Lange <kevin.lange@phpwnage.com>2011-12-01 00:42:12 -0600
commit338f53cf3b5eab458c111ee7f1b0dc69974472fe (patch)
tree23042b6da7eabb9b83aa953ccb3a0104c896bff5 /Makefile
parent584fb40b7d158fb863dfbb77442486114956894b (diff)
downloadnyancat-338f53cf3b5eab458c111ee7f1b0dc69974472fe.tar.gz
Fix Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58ef75b..a1e89e4 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ version = 0.1
tarname = $(package)
distdir = $(tarname)-$(version)
-all clean check parser:
+all clean check nyancat:
cd src && $(MAKE) $@
dist: $(distdir).tar.gz