Files
Arch-R/Makefile
2010-06-29 20:45:44 +02:00

20 lines
274 B
Makefile

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