1
0
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
Lakka-rk322x/Makefile
Stephan Raue 7723a69aa6 add Makefile
2009-03-18 13:51:08 +01:00

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