lxcd/Makefile

14 lines
167 B
Makefile

PREFIX ?= /usr/local
.PHONY: install uninstall check
install:
./setup.sh
uninstall:
./setup.sh -u
check:
python3 -m py_compile lxcd.py
bash -n lxcd.completion