projects
/
raktpdf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8ff9ad
)
Added the 'all' target to Makefile.
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Mon, 6 Aug 2007 11:54:13 +0000
(13:54 +0200)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Mon, 6 Aug 2007 11:54:13 +0000
(13:54 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index c12a5701a611154ae0d7809a9773acab104bbcf4..a7481b865cec13cb4313893a4d566294c56ea922 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-4,6
+4,8
@@
LDFLAGS += `pkg-config --libs poppler-glib gtk+-2.0`
BIN = src/raktpdf
OBJS = src/main.o src/rakt-window.o
+all: $(BIN)
+
$(BIN): $(OBJS)
$(CC) $(LDFLAGS) $(OBJS) -o $@