mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-24 13:53:07 +01:00
7 lines
51 B
Makefile
7 lines
51 B
Makefile
|
embed: embed.c
|
||
|
|
||
|
clean:
|
||
|
$(RM) embed
|
||
|
|
||
|
.PHONY: clean
|