Makefile: use makefile_helper

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2022-04-09 02:33:43 +00:00
parent 1f4ffcc981
commit fadea6582a

View file

@ -1,5 +1,3 @@
BUILD_DIRS=build.*
all: release
system:
@ -15,10 +13,10 @@ noobs:
./scripts/image noobs
clean:
rm -rf $(BUILD_DIRS)/* $(BUILD_DIRS)/.stamps
./scripts/makefile_helper --clean
distclean:
rm -rf ./.ccache ./$(BUILD_DIRS)
./scripts/makefile_helper --distclean
src-pkg:
tar cvJf sources.tar.xz sources