From 30a39b235cfa5f83c69289d64d357bf1ee97f0b6 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 16 Sep 2021 17:46:29 +0200 Subject: Improve and fix typo in makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 583c460..438bfba 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ CONFIGFILE = config.mk include $(CONFIGFILE) + all: krandom krandom: krandom.o @@ -22,6 +23,6 @@ uninstall: -rm -f -- "$(DESTDIR)$(MANPREFIX)/man1/krandom.1" clean: - -rm -r -- krandom *.o + -rm -f -- krandom *.o *.su .PHONY: all install uninstall clean -- cgit v1.2.3-70-g09d2