Skip to content

Commit

Permalink
change order of target dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyoshika committed Dec 2, 2023
1 parent 8f8bb4d commit 45b61ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/gosub-bindings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ MODE?=Release
CFLAGS_DEBUG := -std=c99 -g -Wall -Wextra -O0
CFLAGS_RELEASE := -std=c99 -Wall -Wextra -O2

TARGET_DIR_RELEASE := ../../target/release
TARGET_DIR_DEBUG := ../../target/debug
TARGET_DIR_RELEASE := ../../target/release

ifeq ($(MODE), Release)
$(info ***** COMPILING IN RELEASE MODE *****)
Expand Down

0 comments on commit 45b61ea

Please sign in to comment.