Lakka/Makefile

22 lines
278 B
Makefile
Raw Normal View History

2009-03-18 13:53:49 +01:00
BUILD_DIRS="build.*"
2009-03-18 13:51:08 +01:00
2009-04-05 23:10:05 +02:00
all: system
2009-03-18 13:51:08 +01:00
2009-04-05 23:10:05 +02:00
system:
./scripts/install image system
release:
./scripts/install image release
addons:
./scripts/install image addons
2009-04-05 23:10:05 +02:00
qemu:
./scripts/install image qemu
2009-03-18 13:51:08 +01:00
clean:
rm -rf $(BUILD_DIRS)
src-pkg:
2009-04-05 23:10:05 +02:00
tar cvjf sources.tar.bz2 sources .stamps