From 06073b9f63c9032a2dcf712fb40bfe913f4653ae Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 6 Oct 2012 16:31:16 +0100 Subject: distclean --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 317fb0e..10ea41f 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,10 @@ clean: $(RM) squeeze squeeze.o unsqueeze.o unsqrm.o $(RM) unsqueeze1.h unsqrm1.h unsqueeze.bin unsqrm.bin +distclean: clean + $(RM) *~ + + squeeze: squeeze.o squeeze.o: squeeze.c unsqueeze1.h unsqrm1.h -- cgit v1.2.3