Added code to the clean rule that deletes files placed in the source directory.
[oota-llvm.git] / support / tools / Burg / Makefile
index f3e78db69f09873c4343b6eb81b6a24a5ac0ae11..b19c0c2e1cc80d59f6f3820813e16b6e457380c4 100644 (file)
@@ -25,3 +25,4 @@ test:: $(TOOLEXENAME_G) sample.gr
        $(TOOLEXENAME_G) -I      sample.gr -o tmp && cmp tmp sample.c
        $(TOOLEXENAME_G) -I -O0 <sample.gr   >tmp && cmp tmp sample.c
        $(TOOLEXENAME_G) -I -=  <sample.gr   >tmp && cmp tmp sample.c
+       rm -f tmp sample.c