repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Dereference symlinks when copying.
[tangerine.git]
/
workbench
/
c
/
makefile
blob
0dc49ddebad2fa4a5cc1782984af96585f76876b
1
CFLAGS
= -
O2
2
3
PURE_FILES
=
Assign.c
4
5
PURE_PROGS
= $(
PURE_FILES
:
.c
=)
6
7
$(
PURE_PROGS
): %: %
.c
8
gcc
$(
CFLAGS
) $< -
o
$
@
-
nostartfiles
9
Protect
$
@
+
p
10
11
clean
:
12
Delete
$(
PURE_PROGS
)
13
14
install
:
15
Copy
$(
PURE_PROGS
)
TO C
: