cdoku/justfile

4 lines
66 B
Makefile

alias b:= build
build:
clang -o cdoku main.c -O3 -ffast-math -lm