Files
Arch-R/Makefile

21 lines
277 B
Makefile
Raw Normal View History

# Use shell variables, if defined
ifeq ($(PROJECT),)
export PROJECT=generic
endif
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
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