Files
MSE-CSEL/src/03-led-controller/justfile
T

8 lines
79 B
Makefile

build:
make
clean:
rm -rf build
rm -rf .obj
rm led-controller