Skip to content

Commit

Permalink
LD_FLAGS in debug: was misspelt as "LD_FALGS"
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Torsten Jolitz committed Mar 27, 2014
1 parent d02e4c6 commit 42db936
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 @@ -40,7 +40,7 @@ endif
release: export CXXFLAGS := $(CXXFLAGS) $(COMPILE_FLAGS) $(RCOMPILE_FLAGS)
release: export LD_FLAGS := $(LD_FLAGS) $(LINK_FLAGS) $(RLINK_FLAGS)
debug: export CXXFLAGS := $(CXXFLAGS) $(COMPILE_FLAGS) $(DCOMPILE_FLAGS)
debug: export LD_FLAGS := $(LD_FALGS) $(LINK_FLAGS) $(DLINK_FLAGS)
debug: export LD_FLAGS := $(LD_FLAGS) $(LINK_FLAGS) $(DLINK_FLAGS)

# Build and output paths
release: export BUILD_PATH := build/release
Expand Down

0 comments on commit 42db936

Please sign in to comment.