Skip to content

Commit

Permalink
remove extraneous slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
aWZHY0yQH81uOYvH committed Nov 28, 2023
1 parent b8ed72d commit 3c68942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildconfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
CFG_BUILD_TYPE := release

# Base directory for all build outputs.
CFG_BUILD_DIR = build/${CFG_BUILD_TYPE}/
CFG_OUT_DIR = out/${CFG_BUILD_TYPE}/
CFG_BUILD_DIR = build/${CFG_BUILD_TYPE}
CFG_OUT_DIR = out/${CFG_BUILD_TYPE}

# Basic build tools
CC ?= cc
Expand Down

0 comments on commit 3c68942

Please sign in to comment.