mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-11 16:09:16 +00:00
Add images and Makefile
This commit is contained in:
parent
fae3a68191
commit
66f182a088
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -20,10 +20,8 @@ instance/
|
|||
|
||||
# Output (rootfs, etc...)
|
||||
out/
|
||||
tools/product_key_gen/keys.txt
|
||||
tools/product_key_gen/keys.pdf
|
||||
tools/product_key_gen/keys.html
|
||||
tools/product_key_gen/keys.sql
|
||||
|
||||
# Release tarballs
|
||||
# Release tarballs stuff
|
||||
releases/
|
||||
release.sh
|
||||
|
||||
|
|
25
Makefile
Normal file
25
Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
|
||||
|
||||
|
||||
|
||||
.PHONY: rootfs
|
||||
rootfs:
|
||||
@sh make_rootfs.sh
|
||||
|
||||
.PHONY: images
|
||||
images: rootfs
|
||||
@echo "TODO"
|
||||
|
||||
release.sh:
|
||||
@git clone git@github.com:mynodebtc/mynode_release_tool.git out/mynode_release_tool
|
||||
@cp out/mynode_release_tool/release.sh ./release.sh
|
||||
|
||||
.PHONY: release
|
||||
release: rootfs release.sh
|
||||
@echo "Run release"
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
@rm -rf out/
|
||||
@rm -rf out/
|
||||
@rm -rf release.sh
|
BIN
images/1.png
Normal file
BIN
images/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
BIN
images/2.png
Normal file
BIN
images/2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 109 KiB |
BIN
images/3.png
Normal file
BIN
images/3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 88 KiB |
BIN
images/5.png
Normal file
BIN
images/5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
BIN
images/6.png
Normal file
BIN
images/6.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
BIN
images/device.jpg
Normal file
BIN
images/device.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
Loading…
Reference in New Issue
Block a user