projects
/
hclip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f47a061
)
Fix compilation
master
author
Teodor Sigaev
<teodor@sigaev.ru>
Mon, 11 May 2015 15:34:19 +0000
(18:34 +0300)
committer
Teodor Sigaev
<teodor@sigaev.ru>
Mon, 11 May 2015 15:34:19 +0000
(18:34 +0300)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
479f9c8
..
4b38032
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,7
+1,7
@@
-CC=
g
cc
+CC=cc
INCLUDE=`pkg-config gtk+-2.0 --cflags`
CFLAGS=-Wall -O2
INCLUDE=`pkg-config gtk+-2.0 --cflags`
CFLAGS=-Wall -O2
-LIB=`pkg-config gtk+-2.0 --libs
`
+LIB=`pkg-config gtk+-2.0 --libs
x11`
STRIP=strip
STRIP=strip