ctpv/embed/Makefile
2022-05-22 12:56:26 +05:00

7 lines
51 B
Makefile

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