Change binary name to 'harc'

This commit is contained in:
Brian Buller 2015-03-19 10:19:17 -05:00
parent 702f1fc635
commit 5f409ec102
2 changed files with 4 additions and 4 deletions

View File

@ -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

Binary file not shown.