Preservation of named blocks works.
[sixpic.git] / tests / makefile
blob31e37b28699449027a8b0c769e7aa23f02a106d2
1 # makefile for six-comp tests
3 .SUFFIXES:
4 .SUFFIXES: .c .hex .tmp .test
6 all: checks
8 .c.test:
9 @echo ====================================================================== $*
10 ../../gambc-v4_2_9/bin/gsi-script ../six-comp.scm $*.c
11 @rm -f $*.c.hex $*.c.tmp
13 checks: test1.test test2.test test3.test
15 clean:
16 rm -f *.c.hex *.c.tmp