labashki/Makefile

7 lines
93 B
Makefile
Raw Normal View History

2024-02-09 05:08:45 +00:00
CC=clang
all:
$(CC) -o lbr -O2 -Wall -Wextra -Wpedantic src/*.c
test:
./lbr tests/test.lb