Files
Arch-R/Makefile

28 lines
311 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
all: squashfs
2009-03-18 13:51:08 +01:00
2009-04-05 23:10:05 +02:00
system:
./scripts/image
2009-04-05 23:10:05 +02:00
release:
./scripts/image_release
squashfs:
./scripts/image_squashfs
2009-04-05 23:10:05 +02:00
qemu:
./scripts/image_qemu
vmware:
./scripts/image_vmware
addons:
./scripts/image_addons
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