From 108136917f921cd44e5be5c2a7dc7503dc4353c1 Mon Sep 17 00:00:00 2001 From: hjp Date: Tue, 5 Jul 2016 20:27:38 +0000 Subject: [PATCH] Add target distclean --- scat/GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scat/GNUmakefile b/scat/GNUmakefile index 704e3d2..5c13937 100644 --- a/scat/GNUmakefile +++ b/scat/GNUmakefile @@ -13,6 +13,9 @@ scat.h: scat.en.msg clean: rm -f *.cat *.o scat core scat.h +distclean: clean + rm -f GNUmakerules GNUmakevars + install: $(BINDIR)/scat GNUmakevars: GNUmakevars.sh