fix nuke option in mkfile

This commit is contained in:
Jonathan Lamothe 2023-11-10 09:15:02 -05:00
parent 1fcbeaef5b
commit f30c093a81

2
mkfile
View File

@ -21,7 +21,7 @@ cleantest:V:
cd test && mk $MKFLAGS clean
nuketest:V:
cd test && mk $MKFLAGS clean
cd test && mk $MKFLAGS nuke
clean:V: cleantest