From 4d5496ea331e7f1129f352478e2f3cbc32e4990d Mon Sep 17 00:00:00 2001 From: Ross Wilson Date: Sun, 21 Jun 2015 22:21:16 +0700 Subject: [PATCH] Better clean up --- pymlac/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymlac/Makefile b/pymlac/Makefile index b7cdf67..6d29878 100644 --- a/pymlac/Makefile +++ b/pymlac/Makefile @@ -18,4 +18,4 @@ lst: $(TESTS) ../iasm/iasm -l $*.lst $< clean: - rm -Rf *.pyc *~ *.out test_*.ptp *.lst test_*.trace _#ASM#_.* + rm -Rf *.pyc *~ *.out test_*.ptp *.lst test_*.trace _#ASM#_.* _#PTR#_.* _#PTP#_.*