repo.or.cz
/
msysgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Installer: Make it easier to compile the script from the IDE
[msysgit.git]
/
src
/
depends
/
Makefile
blob
4e6306b939781625c02662790a26108603fb5378
1
TARGET
=
depends.exe
2
OBJS
=
directory.o image.o depends.o
3
4
CFLAGS
=-
g
5
LIBS
=-
limagehlp
6
7
all
: $(
TARGET
)
8
9
$(
TARGET
): $(
OBJS
)
10
$(
CC
) -
o
$
@
$
^
$(
LIBS
)