Revision c5e9815d tests/Makefile

b/tests/Makefile
2 2
CFLAGS=-Wall -O2 -g
3 3
LDFLAGS=
4 4

  
5
TESTS=hello test1 test2 sha1 test-i386
5
TESTS=hello test2 sha1 test-i386
6 6
TESTS+=op-i386.o #op-i386.o op-ppc.o op-arm.o op-mips.o op-sparc.o
7 7

  
8 8
GEMU=../gemu
......
12 12
hello: hello.c
13 13
	$(CC) -nostdlib $(CFLAGS) -static $(LDFLAGS) -o $@ $<
14 14

  
15
test1: test1.c
16
	$(CC) $(CFLAGS) -static $(LDFLAGS) -o $@ $<
17

  
18 15
test2: test2.c
19 16
	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
20 17

  

Also available in: Unified diff