Lakka/Makefile
2014-03-18 13:41:14 +02:00

25 lines
305 B
Makefile

BUILD_DIRS=build.*
all: release
system:
./scripts/image
release:
./scripts/image release
image:
./scripts/image mkimage
image-efi:
./scripts/image mkimage efi
noobs:
./scripts/image noobs
clean:
rm -rf $(BUILD_DIRS)/* $(BUILD_DIRS)/.stamps
src-pkg:
tar cvjf sources.tar.bz2 sources .stamps