mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-01-23 08:18:34 +01:00
7 lines
51 B
Makefile
7 lines
51 B
Makefile
embed: embed.c
|
|
|
|
clean:
|
|
$(RM) embed
|
|
|
|
.PHONY: clean
|