labashki/Makefile
2024-02-09 07:08:45 +02:00

7 lines
93 B
Makefile

CC=clang
all:
$(CC) -o lbr -O2 -Wall -Wextra -Wpedantic src/*.c
test:
./lbr tests/test.lb