aerial.nvim/tests/treesitter/just_test.just

8 lines
110 B
Text

build:
cc main.c foo.c bar.c -o main
test: build
./test
sloc:
@echo "`wc -l *.c` lines of code"