
all: cpp2ccmt.com

cpp2ccmt.com: cpp2ccmt.c
	tcc -mt -lt -f- -O -Z -d cpp2ccmt.c
	upx --8086 -9 cpp2ccmt.com
