diff options
author | Kevin Lange <kevin.lange@phpwnage.com> | 2011-12-01 00:42:12 -0600 |
---|---|---|
committer | Kevin Lange <kevin.lange@phpwnage.com> | 2011-12-01 00:42:12 -0600 |
commit | 338f53cf3b5eab458c111ee7f1b0dc69974472fe (patch) | |
tree | 23042b6da7eabb9b83aa953ccb3a0104c896bff5 /Makefile | |
parent | 584fb40b7d158fb863dfbb77442486114956894b (diff) | |
download | nyancat-338f53cf3b5eab458c111ee7f1b0dc69974472fe.tar.gz |
Fix Makefile
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |