Skip to content

Commit

Permalink
Fix broken build of utility after complete migration to maike2
Browse files Browse the repository at this point in the history
  • Loading branch information
milasudril committed Jun 8, 2022
1 parent a20ad96 commit 534a728
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions bin/wad64.app.maikerule
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"target":{"name":"wad64"}
,"dependencies":[
{"ref":"./wad64.o", "origin":"generated", "rel":"implementation"}
]
}
4 changes: 2 additions & 2 deletions bin/wad64.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//@ {"targets":[{"name":"wad64", "type":"application"}]}
//@ {"target":{"name":"wad64.o"}}

#include "./command_factory.hpp"

Expand All @@ -16,4 +16,4 @@ int main(int argc, char** argv)
return -1;
}
return 0;
}
}

0 comments on commit 534a728

Please sign in to comment.