Skip to content
Snippets Groups Projects
Commit b74ba677 authored by Mikhail Andrenkov's avatar Mikhail Andrenkov
Browse files

Delete makefile - use the one located in src/

parent c8c3792a
No related branches found
No related tags found
No related merge requests found
all: src/*.cpp
g++ src/*.cpp -o RogueReborn.exe -I./src/tcodsrc -L. -ltcod -ltcodxx -Wl,-rpath=. -Wall -std=c++11
clean:
rm RogueReborn.exe
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