tiny-chain/Makefile

6 lines
63 B
Makefile
Raw Normal View History

cc=g++ -Wall -O2 -lm
default:
$(cc) blockchain.cpp -o chain