build:
	go build

run: build
	./sm2demo

clean:
	rm -f sm2demo
	rm -f superman_decrypted.jpg
	rm -f superman_encrypted
