mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-27 15:03:08 +01:00
7 lines
60 B
Makefile
7 lines
60 B
Makefile
|
ctpvquit: ctpvquit.c
|
||
|
|
||
|
clean:
|
||
|
$(RM) ctpvquit
|
||
|
|
||
|
.PHONY: clean
|