Skip to content
Snippets Groups Projects
Commit 7e535a60 authored by Roman Siebert's avatar Roman Siebert
Browse files

use -variable instead of static g++

parent 34a931ee
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ default: main
main: src/main.cpp
mkdir -p bin
g++ $(CXXFLAGS) -o bin/main src/main.cpp
$(CXX) $(CXXFLAGS) -o bin/main src/main.cpp
fuzz_main: src/main.cpp
mkdir -p bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment