Preservation of named blocks to cfgs nearly done.
[sixpic.git] / makefile
blobc8af746fb4dc5cabebd729fa7ae0a33b7231ca26
1 # makefile for six-comp
3 .SUFFIXES:
4 .SUFFIXES: .c .hex .tmp
6 all: checks
8 .c.hex:
9 gsi six-comp.scm $*.c
10 rm -f $*.c.tmp
12 checks:
13 cd tests && make checks
15 clean:
16 rm -f *.c.tmp