ctpv/quit/Makefile
Nikita Ivanov 2bdeb6aad9
Use ctpvquit instead of cmd on-quit
cmd on-quit is not available in the latest lf release (r27)
2022-08-02 03:04:51 +05:00

7 lines
60 B
Makefile

ctpvquit: ctpvquit.c
clean:
$(RM) ctpvquit
.PHONY: clean