Lakka/Makefile
Stephan Raue 4c141ff30e image/install:
- adding support for making release tarball via make
2010-01-19 16:07:31 +01:00

19 lines
237 B
Makefile

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