Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Alx-Lai committed Jul 13, 2024
1 parent 46aeec5 commit 4653fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fw/Core/Hitcon/Logic/Display/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ format:
clang-format -i *.cc *.h

/tmp/test-editor: *.cc *.h
g++ -g -O0 -DHITCON_TEST_MODE -o /tmp/test-editor -I../.. test-editor.cc editor.cc display.cc font.cc
g++ -g -O0 -DHITCON_TEST_MODE -o /tmp/test-editor -I../.. test-editor.cc editor.cc display.cc

/tmp/test-display: *.cc *.h
g++ -g -O0 -DHITCON_TEST_MODE -o /tmp/test-display -I../.. test-display.cc editor.cc display.cc font.cc
g++ -g -O0 -DHITCON_TEST_MODE -o /tmp/test-display -I../.. test-display.cc editor.cc display.cc

test: /tmp/test-display /tmp/test-editor
/tmp/test-display
Expand Down

0 comments on commit 4653fd7

Please sign in to comment.