repo.or.cz
/
sixpic.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Preservation of named blocks to cfgs nearly done.
[sixpic.git]
/
makefile
blob
c8af746fb4dc5cabebd729fa7ae0a33b7231ca26
1
# makefile for six-comp
2
3
.SUFFIXES
:
4
.SUFFIXES
:
.c .hex .tmp
5
6
all
:
checks
7
8
.c.hex
:
9
gsi six-comp.scm
$*
.c
10
rm
-
f
$*
.c.tmp
11
12
checks
:
13
cd tests
&&
make checks
14
15
clean
:
16
rm
-
f
*
.c.tmp