- remove obsolete line

git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@121 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
stefan 2010-08-22 10:14:21 +00:00
parent 7398111913
commit d69807cbdc

View file

@ -15,7 +15,6 @@ all:
hello: hello.o
$(CC) -T link.ld -o $@ $(LDFLGAS) $<
gzip -c $@ > hello.gz
clean:
$(RM) *.o *~