Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWise committed Jun 4, 2017
1 parent 766bdec commit 2562b97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ node_modules
lib/binding
.DS_Store
temp/
*.cc
*.hh
*.cpp
*.hpp
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
},
"sources": [
"src/better_sqlite3.cc"
"src/better_sqlite3.cpp"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion tools/build
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
set -e
./tools/lzz -hx hh -sx cc -d -k BETTER_SQLITE3 -hl -sl -e ./src/better_sqlite3.lzz
./tools/lzz -hx hpp -sx cpp -d -k BETTER_SQLITE3 -hl -sl -e ./src/better_sqlite3.lzz

0 comments on commit 2562b97

Please sign in to comment.