projects
/
lgogdownloader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b4bc2b
)
Don't build the debug version
author
Stephen Kitt
<skitt@debian.org>
Tue, 21 Oct 2014 18:31:24 +0000
(19:31 +0100)
committer
Stephen Kitt
<skitt@debian.org>
Tue, 21 Oct 2014 18:31:24 +0000
(19:31 +0100)
Gbp-Pq: Name no-debug-build.patch
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index aef571902f5558358a7e8b5d3f5db9d4bcacd371..c3bc780b415f87963817e93bcc952232e34accfb 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-53,7
+53,7
@@
OBJ_DEBUG = $(OBJDIR_DEBUG)/main.o $(OBJDIR_DEBUG)/src/api.o $(OBJDIR_DEBUG)/src
OBJ_RELEASE = $(OBJDIR_RELEASE)/main.o $(OBJDIR_RELEASE)/src/api.o $(OBJDIR_RELEASE)/src/downloader.o $(OBJDIR_RELEASE)/src/progressbar.o $(OBJDIR_RELEASE)/src/util.o $(OBJDIR_RELEASE)/src/blacklist.o $(OBJDIR_RELEASE)/src/gamedetails.o $(OBJDIR_RELEASE)/src/gamefile.o
-all:
debug
release
+all: release
clean: clean_debug clean_release