diff options
| author | Simon 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) |
| commit | d31d290bf9205999e7a849e5974241f2fd615259 (patch) | |
| tree | 855437bd95e6b64e9d9886177b2a0bc47d6a5a2e /Makefile | |
| parent | 0bb8538cefd86b0d50a6ee15cd1768c92c62869a (diff) | |
| download | powder-d31d290bf9205999e7a849e5974241f2fd615259.zip powder-d31d290bf9205999e7a849e5974241f2fd615259.tar.gz | |
Gitignore, Updated makefile and QT Creator project
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |
