Skip to content

Commit

Permalink
separate 64 and 32 builds on raspi
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsc committed Mar 31, 2020
1 parent 7210bd9 commit 416e2b1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@
],
"group": "build"
},
{
"type": "shell",
"label": "build raspi64",
"command": "make",
"args": [
"raspi64"
],
"problemMatcher": [
"$gcc"
],
"group": "build"
},
{
"type": "shell",
"label": "build pbpro",
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ TESTOBJS :=

TESTOBJDIR := BuildTest

raspi: pre-build raspi-build raspi64-build

raspi: pre-build raspi-build
raspi64: pre-build raspi64-build
pbpro: pre-build pbpro64-build

examples:
Expand Down

0 comments on commit 416e2b1

Please sign in to comment.