Skip to content

Commit

Permalink
Fix: Typo in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
souvikdas95 committed Jul 7, 2017
1 parent 748ef8f commit 8d81454
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 @@ -5,7 +5,7 @@

# Configuration of make process in ecos.mk
include ecos.mk
CFLAGS += -Iinclude -Iexternal/ldl/include -Iexternal/amd/include -Iexternal/SuiteSparse_config
CFLAGS += -Iinclude -Iexternal/ldl/Include -Iexternal/amd/Include -Iexternal/SuiteSparse_config
TEST_INCLUDES = -Itest -Itest/generated

# Compile all C code, including the C-callable routine
Expand Down

0 comments on commit 8d81454

Please sign in to comment.