all: install install: make -C pkg install test: make -C pkg test clean: make -C pkg clean nuke: make -C pkg nuke .PHONY: all install test clean nuke