Thanks for running this game jam! I had fun making my little game in C and seeing others' games.
RhythmZenigata
8
Posts
1
Following
A member registered Apr 06, 2019 · View creator page →
Creator of
Help a lost bit escape a sea of bytes, using bitwise operations to advance and get the correct values through the exits
Puzzle
Recent community posts
I think it's working for those manual commands because the library args come after the object file args. When I move `${LD_FLAGS}` after `${OBJ}` in the `game` target in the Makefile, it builds. See also https://github.com/jumper149/blugon/issues/22.
I've got it running now, thanks!