make: add tags target
This commit is contained in:
5
Makefile
5
Makefile
@@ -4,5 +4,10 @@ all: nostrscript/primal.wasm
|
|||||||
nostrscript/%.wasm: nostrscript/%.ts nostrscript/nostr.ts Makefile
|
nostrscript/%.wasm: nostrscript/%.ts nostrscript/nostr.ts Makefile
|
||||||
asc $< --runtime stub --outFile $@ --optimize
|
asc $< --runtime stub --outFile $@ --optimize
|
||||||
|
|
||||||
|
tags:
|
||||||
|
find damus-c -name '*.c' -or -name '*.h' | xargs ctags
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm nostrscript/*.wasm
|
rm nostrscript/*.wasm
|
||||||
|
|
||||||
|
.PHONY: tags
|
||||||
|
|||||||
Reference in New Issue
Block a user