Skip to content

Commit

Permalink
Correct linux Makefile for catch2
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
  • Loading branch information
MoleskiCoder committed Jun 3, 2018
1 parent 7e12384 commit 3bec447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testchip8/Makefile
@@ -1,6 +1,6 @@
EXE = testchip8

CXXFLAGS = -Wall `sdl2-config --cflags` -std=c++11 -pipe -I../libs/libchip8 -I../../modules/catch/single_include -I../../modules/cereal/include
CXXFLAGS = -Wall `sdl2-config --cflags` -std=c++11 -pipe -I../libs/libchip8 -I../../modules/catch2/single_include -I../../modules/cereal/include
LDFLAGS = -L../libs/libchip8 -lchip8 `sdl2-config --libs` -lboost_program_options

CXXFILES = testchip8.cpp chip8_tests.cpp schip_tests.cpp
Expand Down

0 comments on commit 3bec447

Please sign in to comment.