X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=0c6e14850137d612362f400aa99c6aa701e3f1e3;hb=6e195606e06173086a91616042adef3072633d92;hp=0000000000000000000000000000000000000000;hpb=381a23bb7ab8dd206bcd430ce9c7ee9c53e52f13;p=xlunit.git diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0c6e148 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +all: + + +.PHONY: clean +clean: + @rm -rf .bin + @rm -f *.ufsl *.fsl *.fas *.x86f *.sparcf *.fasl* *.lib + @rm -f *~ *.bak *.orig *.err \#*\# .#* +