12 lines
152 B
Makefile
12 lines
152 B
Makefile
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
|