From 7723a69aa672314417c09151a165e0bb63c211a0 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 18 Mar 2009 13:51:08 +0100 Subject: [PATCH] add Makefile --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000..6bc3fab21f --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +BUILD_DIRS="build*1" + +all: image + +image: + ./scripts/install image full + +clean: + rm -rf $(BUILD_DIRS) + +src-pkg: + tar cvjf sources.tar.bz2 sources .stamps \ No newline at end of file