Skip to content

Commit e397fc0

Browse files
committed
make: add tags target
1 parent 2529797 commit e397fc0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@ all: nostrscript/primal.wasm
44
nostrscript/%.wasm: nostrscript/%.ts nostrscript/nostr.ts Makefile
55
asc $< --runtime stub --outFile $@ --optimize
66

7+
tags:
8+
find damus-c -name '*.c' -or -name '*.h' | xargs ctags
9+
710
clean:
811
rm nostrscript/*.wasm
12+
13+
.PHONY: tags

0 commit comments

Comments
 (0)