2019-11-18 23:21:33 +01:00

14 lines
129 B
Makefile

default: build
build:
scripts/build.sh
clean:
scripts/clean.sh
test:
scripts/test.sh
mrproper: clean
scripts/mrproper.sh