14 lines
129 B
Makefile
14 lines
129 B
Makefile
default: build
|
|
|
|
build:
|
|
scripts/build.sh
|
|
|
|
clean:
|
|
scripts/clean.sh
|
|
|
|
test:
|
|
scripts/test.sh
|
|
|
|
mrproper: clean
|
|
scripts/mrproper.sh
|