Change binary name to 'harc'
This commit is contained in:
parent
702f1fc635
commit
5f409ec102
8
makefile
8
makefile
@ -16,11 +16,11 @@ else
|
|||||||
LIBFLAGS=-Llib -ltcod-mingw-debug -static-libgcc -static-libstdc++
|
LIBFLAGS=-Llib -ltcod-mingw-debug -static-libgcc -static-libstdc++
|
||||||
endif
|
endif
|
||||||
|
|
||||||
debug : tuto
|
debug : harc
|
||||||
release : tuto
|
release : harc
|
||||||
|
|
||||||
tuto : $(OBJS)
|
harc : $(OBJS)
|
||||||
g++ $(OBJS) -o tuto -Wall $(LIBFLAGS) -g -w
|
g++ $(OBJS) -o harc -Wall $(LIBFLAGS) -g -w
|
||||||
|
|
||||||
src/main.hpp.gch : src/*.hpp
|
src/main.hpp.gch : src/*.hpp
|
||||||
g++ src/main.hpp -Iinclude -Wall
|
g++ src/main.hpp -Iinclude -Wall
|
||||||
|
BIN
src/main.hpp.gch
BIN
src/main.hpp.gch
Binary file not shown.
Loading…
Reference in New Issue
Block a user