From: Bernhard Urban Date: Tue, 2 Mar 2010 21:35:25 +0000 (+0100) Subject: asmb: fixes fuer test.sh X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=uebersetzerbau-ss10.git;a=commitdiff_plain;h=47d6eccfa3e09d5f9f26de3c902ca38f62ee6138 asmb: fixes fuer test.sh --- diff --git a/asmb/Makefile b/asmb/Makefile index a4218dd..9485d87 100755 --- a/asmb/Makefile +++ b/asmb/Makefile @@ -7,7 +7,7 @@ $(NAME).o: $(NAME).s .PHONY: clean clean: - rm -f $(NAME).o $(NAME) + rm -f $(NAME).o $(NAME) *.trace *.tmp 1test: all @echo " COMPILE $<" diff --git a/asmb/asmbtest.c b/asmb/asmbtest.c new file mode 120000 index 0000000..8a03e94 --- /dev/null +++ b/asmb/asmbtest.c @@ -0,0 +1 @@ +main.c \ No newline at end of file diff --git a/asmb/test.sh b/asmb/test.sh index 9140956..01e1870 100755 --- a/asmb/test.sh +++ b/asmb/test.sh @@ -1,5 +1,7 @@ #!/bin/sh +cd ~/abgabe/asmb +make clean && make gcc -O -g -o asmbtest asmbtest.c asmb.o ./dumpinstr.sh asmbtest asmb rm -f asmbtest