There was an error while loading. Please reload this page.
1 parent 69b8f01 commit 1d1176aCopy full SHA for 1d1176a
Makefile
@@ -5,7 +5,7 @@ WININCLUDES = -I include -I libs/SDL2/include -I C:/C++
5
WINCFLAGS = -L libs/SDL2/lib -lSDL2main -lSDL2 -lSDL2_image -L libs/jsoncpp/build-shared -ljsoncpp
6
DEBUGFLAGS = -c src/*.cpp -std=c++14 -m64 -g -I include
7
RELEASEFLAGS = -c src/*.cpp -std=c++14 -m64 -O3 -I include
8
-VERSION = 0.0.1
+VERSION = 0.1.0
9
NAME = risc-sim
10
11
default:
0 commit comments