We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2529797 commit e397fc0Copy full SHA for e397fc0
Makefile
@@ -4,5 +4,10 @@ all: nostrscript/primal.wasm
4
nostrscript/%.wasm: nostrscript/%.ts nostrscript/nostr.ts Makefile
5
asc $< --runtime stub --outFile $@ --optimize
6
7
+tags:
8
+ find damus-c -name '*.c' -or -name '*.h' | xargs ctags
9
+
10
clean:
11
rm nostrscript/*.wasm
12
13
+.PHONY: tags
0 commit comments