Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Replace make with cmake for custom targets
Browse files Browse the repository at this point in the history
  • Loading branch information
yhsb2k committed Mar 25, 2021
1 parent 4c76995 commit 188c247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ else
endif

flash erase reset debug:
make -C $(BUILD_DIR) --no-print-directory $@
cmake --build $(BUILD_DIR) --target $@

0 comments on commit 188c247

Please sign in to comment.