Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Align assignments in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
skippyr committed Sep 15, 2023
1 parent d0eb752 commit 0b7be07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SOURCES_DIRECTORY = sources
BUILD_DIRECTORY = build
COMPILER = g++
COMPILER_OPTIONS = -std=c++11 -O3 -Wall -Wextra -Werror
BUILD_DIRECTORY = build
COMPILER = g++
COMPILER_OPTIONS = -std=c++11 -O3 -Wall -Wextra -Werror

all: ${BUILD_DIRECTORY}/reveal

Expand Down

0 comments on commit 0b7be07

Please sign in to comment.