mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-02-15 01:50:40 +01:00
7 lines
60 B
Makefile
7 lines
60 B
Makefile
ctpvquit: ctpvquit.c
|
|
|
|
clean:
|
|
$(RM) ctpvquit
|
|
|
|
.PHONY: clean
|