summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-10 22:16:42 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-10 22:16:42 (GMT)
commitd31d290bf9205999e7a849e5974241f2fd615259 (patch)
tree855437bd95e6b64e9d9886177b2a0bc47d6a5a2e /Makefile
parent0bb8538cefd86b0d50a6ee15cd1768c92c62869a (diff)
downloadpowder-d31d290bf9205999e7a849e5974241f2fd615259.zip
powder-d31d290bf9205999e7a849e5974241f2fd615259.tar.gz
Gitignore, Updated makefile and QT Creator project
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 65a9605..c6373f3 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,9 @@ CPPC := g++
CPPC_WIN := i686-w64-mingw32-gcc
WIN_RES := i686-w64-mingw32-windres
+all: build/powder.exe
+powder.exe: build/powder.exe
+
build/powder.exe: $(EL_PREREQ) $(CORE_PREREQ) $(UI_PREREQ)
$(CPPC) $(CFLAGS) $(LDFLAGS) $(EXTRA_OBJS) $(EL_PREREQ) $(CORE_PREREQ) $(UI_PREREQ) $(LFLAGS) -o $@ -ggdb
build/obj/ui/%.powder.exe.o: src/interface/%.cpp $(HEADERS)