repo.or.cz
/
eruntime.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add/update tests.
[eruntime.git]
/
mkdeps
blob
1d91fbac2a6cede45f9a42ca80a47243bbf8269f
1
#!/bin/bash
2
3
[[
$#
<
2
]] &&
exit
1
4
5
CC
=
"
$1
"
6
CFLAGS
=
"
$2
"
7
SOURCES
=
"
$3
"
8
9
${CC} -MM -MG -MP ${CFLAGS} ${SOURCES}
>
Makefile.deps
10
11
# vim: ts=8 sw=8 noet fdm=marker tw=80