Skip to content

Commit

Permalink
add back unintentionally removed make target
Browse files Browse the repository at this point in the history
  • Loading branch information
rajveermalviya committed Nov 27, 2022
1 parent 13b3756 commit 39ba477
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ run-example-compute: example-compute
example-triangle: lib-native examples/triangle/main.c
cd examples/triangle && $(CREATE_BUILD_DIR) && cd build && cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=1 .. $(GENERATOR_PLATFORM) && cmake --build .

run-example-triangle: example-triangle
cd examples/triangle && "$(OUTPUT_DIR)/triangle"

example-triangle-release: lib-native-release examples/triangle/main.c
cd examples/triangle && $(CREATE_BUILD_DIR) && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=1 .. $(GENERATOR_PLATFORM) && cmake --build .

Expand Down

0 comments on commit 39ba477

Please sign in to comment.