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