~technomancy/antifennel

222ce4abbfa78c3aa28c6c1112fa4828abcd8658 — Phil Hagelberg 1 year, 25 days ago a39684f
Add uninstall target.
1 files changed, 3 insertions(+), 0 deletions(-)

M Makefile
M Makefile => Makefile +3 -0
@@ 70,4 70,7 @@ count: ; cloc $(PARSER_FENNEL) anticompiler.fnl antifennel.lua
install: antifennel
	mkdir -p $(DESTDIR)$(BIN_DIR) && cp $< $(DESTDIR)$(BIN_DIR)/

uninstall:
	rm -f $(DESTDIR)$(BIN_DIR)/antifennel

.PHONY: test self clean ci update update-fennel update-tests install