From ef09dbabdca665bd0f7da684c8f23a043833f712 Mon Sep 17 00:00:00 2001 From: czerwonamaupa Date: Fri, 21 Dec 2018 20:36:10 +0100 Subject: [PATCH] Add clean target to makefile. --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index 34917b6..d91e626 100644 --- a/makefile +++ b/makefile @@ -29,3 +29,6 @@ ebooks/New-Introductory-Lectures-On-Psycho-Analysis.epub : New-Introductory-Lect ebooks/New-Introductory-Lectures-On-Psycho-Analysis.mobi : ebooks/New-Introductory-Lectures-On-Psycho-Analysis.epub kindlegen ebooks/New-Introductory-Lectures-On-Psycho-Analysis.epub + +clean : + $(RM) ebooks/* index.html styles/ebook.css