From 3d6652ce948b8ae7eb19ae079cdc48ea5fb0f62e Mon Sep 17 00:00:00 2001 From: hjp Date: Sat, 11 Sep 1999 22:01:59 +0000 Subject: [PATCH] Fixed install and clean target. --- scat/GNUmakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scat/GNUmakefile b/scat/GNUmakefile index 2f8f54a..ec25844 100644 --- a/scat/GNUmakefile +++ b/scat/GNUmakefile @@ -12,5 +12,6 @@ scat.h: scat.en.msg gencat $@ $^ clean: - rm -f *.cat *.o scat core -install: $(BINDIR)/time_t + rm -f *.cat *.o scat core scat.h + +install: $(BINDIR)/scat