From 9bec897cdada305cae8ce78809dc3f9fe9cf8776 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 14 Jun 2016 23:25:36 -0400 Subject: step4.1 as step4 but extract header meta & make on first reading in document --- makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index a6c8b0b..283c44e 100644 --- a/makefile +++ b/makefile @@ -148,8 +148,9 @@ clean: rm $(PRG_BINDIR)/* expunge: - rm -rf $(PRG_BINDIR); \ - rm -rf $(PRG_SRCDIR)/$(PRG_NAME); + rm -f $(PRG_SRCDIR)/*; \ + rm -rf $(PRG_SRCDIR)/$(PRG_NAME); \ + rm -rf $(PRG_BINDIR); distclean: expunge -- cgit v1.2.3