Lakka/Makefile
Stefan Saraev 76a19cc0a6 testing: add support for creating efi live images
TODO: full uefi support in installer
2014-02-28 21:04:40 +02:00

25 lines
304 B
Makefile

BUILD_DIRS=build.*
all: system
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