2 lines
96 B
Makefile
2 lines
96 B
Makefile
all:
|
|
clang++ main.cpp -std=c++11 -Wall -Os -ffunction-sections -fdata-sections -o bof3_checksum
|