Files
bfl/Makefile

4 lines
53 B
Makefile
Raw Normal View History

bfl: bfl.cpp
clang++ -std=c++23 bfl.cpp -o bfl -lm