add Makefile

This commit is contained in:
Stephan Raue 2009-03-18 13:51:08 +01:00
parent aff52a1a7b
commit 7723a69aa6

12
Makefile Normal file
View File

@ -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