consistent hello naming

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@247 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2003-06-15 20:42:31 +00:00
parent de83cd02e0
commit 144c345daf
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
gmon.out
testsig
hello
hello-i386
hello-arm
sha1.test.c
sha1.c

View File

@ -12,9 +12,9 @@ QEMU=../qemu
all: $(TESTS)
hello: hello.c
hello-i386: hello-i386.c
$(CC) -nostdlib $(CFLAGS) -static $(LDFLAGS) -o $@ $<
strip hello
strip $@
testclone: testclone.c
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<