Revert "Fix buildWin/Makefile"
This reverts commit d4ff58db53
.
A console window will probably be handy for the outputs that are
text-only.
This commit is contained in:
parent
d4ff58db53
commit
9cff49e09d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ CXXFLAGS=-O3 -DNDEBUG
|
|||
all: Example02.exe
|
||||
|
||||
Example02.exe: ../src/main.o ../src/rayTracer.o ../src/argParse.o
|
||||
$(CXX) -o Example02.exe -lpthread -Wl,-subsystem,windows $^
|
||||
$(CXX) -o Example02.exe -lpthread $^
|
||||
|
||||
.PHONY:
|
||||
|
||||
|
|
Loading…
Reference in a new issue