aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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