ref: ab639e6aa05f72268f63ad17ea68285ebba82f11
parent: 6dbd5a7f774a8e0fd99692cdcf6b78fd8c05b448
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Aug 1 15:50:04 EDT 2020
remove dead mk rules
--- a/mkfile
+++ b/mkfile
@@ -54,16 +54,6 @@
uninstall:V:
rm -rf $BIN /sys/lib/git
-%.c %.h: %.y
- $YACC $YFLAGS -D1 -d -s $stem $prereq
- mv $stem.tab.c $stem.c
- mv $stem.tab.h $stem.h
-
-%.c %.h: %.y
- $YACC $YFLAGS -D1 -d -s $stem $prereq
- mv $stem.tab.c $stem.c
- mv $stem.tab.h $stem.h
-
%.rcinstall:V:
cp $stem $BIN/$stem
chmod +x $BIN/$stem