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++
|
||||
endif
|
||||
|
||||
debug : tuto
|
||||
release : tuto
|
||||
debug : harc
|
||||
release : harc
|
||||
|
||||
tuto : $(OBJS)
|
||||
g++ $(OBJS) -o tuto -Wall $(LIBFLAGS) -g -w
|
||||
harc : $(OBJS)
|
||||
g++ $(OBJS) -o harc -Wall $(LIBFLAGS) -g -w
|
||||
|
||||
src/main.hpp.gch : src/*.hpp
|
||||
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