Skip to content

Commit

Permalink
updated Makefile with make build
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt307082 committed Dec 27, 2023
1 parent d1fe453 commit cf9f5ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ clean: colorflow.o libnsbmp.o
rm libnsbmp.o
rm colorflow.o

build: binding.gyp libbmp.a libcolorflow.a
npm run build

test: colorflow.test.js
npm test
4 changes: 2 additions & 2 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"/native/include"
],
"libraries": [
"/usr/local/lib/libcolorflow.a",
"/usr/local/lib/libbmp.a",
"../libcolorflow.a",
"../libbmp.a",
"-lpng",
"-ljpeg"
]
Expand Down

0 comments on commit cf9f5ae

Please sign in to comment.