mirror of
https://github.com/Coldcard/ckbunker.git
synced 2026-08-13 12:33:23 +02:00
8 lines
62 B
Makefile
8 lines
62 B
Makefile
|
|
all:
|
||
|
|
@echo "No default"
|
||
|
|
|
||
|
|
|
||
|
|
tags:
|
||
|
|
ctags -f .tags *.py */*.py
|
||
|
|
|