Skip to content

Commit

Permalink
Merge pull request #157 from PJK/pk/demo
Browse files Browse the repository at this point in the history
Remove redundant demo example (see examples/hello.c)
  • Loading branch information
PJK committed Sep 6, 2020
2 parents eef1698 + 8c6f9a6 commit 5c5ee40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion clang-format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Usage: ./clang-format.sh <extra arguments>

DIRS="src test examples demo"
DIRS="src test examples"
SOURCES=$(find ${DIRS} -name "*.c")
SOURCES+=" $(find ${DIRS} -name "*.h")"
SOURCES+=" $(find ${DIRS} -name "*.cpp")"
Expand Down
13 changes: 0 additions & 13 deletions demo/hello_cbor.c

This file was deleted.

0 comments on commit 5c5ee40

Please sign in to comment.