Skip to content

Commit

Permalink
vulkan: add ctags target
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Aug 7, 2024
1 parent 9f0534e commit 04521ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gpu/vulkan/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ shader: src/shader.frag

list-dev: src/list-dev.c
gcc $(CFLAGS) -o $@ $< $(LDFLAGS)

.PHONY: ctags
ctags:
ctags -R ~/work/ai/vulkan/1.3.283.0/x86_64/include/ .

0 comments on commit 04521ee

Please sign in to comment.