From 64e00a146f4dfe50beb1cf32c31938d401b6cbe0 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 1 Nov 2014 18:19:11 +0100 Subject: [PATCH] Fix "make clean" to clean all binaries --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8274130..910fc56 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,6 @@ aclock-termcap: cc aclock-unix-termcap.c -o aclock-termcap -ltermcap -lm clean-local: - rm -f aclock aclock-termcap + rm -f aclock aclock-aalib aclock-curses aclock-termcap include ./Makefile.ax -- 2.39.2