From: Alexander Barton Date: Sat, 1 Nov 2014 17:19:11 +0000 (+0100) Subject: Fix "make clean" to clean all binaries X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=aclock.git;a=commitdiff_plain;h=64e00a146f4dfe50beb1cf32c31938d401b6cbe0;hp=92383a9916c5f9bbbd465434d7ece2b79e336599 Fix "make clean" to clean all binaries --- 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