Files
Arch-R/Makefile

44 lines
564 B
Makefile
Raw Normal View History

BUILD_DIRS=build.*
2009-03-18 13:51:08 +01:00
all: release
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
2009-03-18 13:51:08 +01:00
image:
./scripts/image mkimage
noobs:
./scripts/image noobs
amlpkg:
./scripts/image amlpkg
# legacy sequential build targets
system-st:
./scripts/image_st
release-st:
./scripts/image_st release
image-st:
./scripts/image_st mkimage
noobs-st:
./scripts/image_st noobs
amlpkg-st:
./scripts/image_st amlpkg
2009-03-18 13:51:08 +01:00
clean:
rm -rf $(BUILD_DIRS)/* $(BUILD_DIRS)/.stamps
2009-03-18 13:51:08 +01:00
distclean:
rm -rf ./.ccache ./$(BUILD_DIRS)
2009-03-18 13:51:08 +01:00
src-pkg:
tar cvJf sources.tar.xz sources .stamps