Skip to content

Commit

Permalink
kill more examples support
Browse files Browse the repository at this point in the history
These were removed from the repo
  • Loading branch information
wydengyre committed May 13, 2024
1 parent 859434f commit fa930a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build:
.PHONY: format
format:
clang-format -i --style=google src/*.cpp
node_modules/.bin/prettier -w {examples,src,test}/**/*.js
node_modules/.bin/prettier -w {src,test}/**/*.js
node_modules/.bin/prettier -w src/**/*.ts

.PHONY: checkformat
Expand Down
8 changes: 0 additions & 8 deletions update-example-deps.sh

This file was deleted.

0 comments on commit fa930a4

Please sign in to comment.