From f0b4c06ea637de21d9dc8cc74c9f5d96ae3b66d6 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Sat, 20 Jun 2015 04:37:37 +0000 Subject: [PATCH] samples/Makefile: Minor fixes to better clean up. --- samples/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/Makefile b/samples/Makefile index acac004d..0a4aff54 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -113,7 +113,7 @@ OTHERBIN = $(OTHERSRC:.cpp=) EXECUTABLE = $(BINSRC:%.cpp=../bin/%$(EXEEXT)) $(OTHERSRC:%.cpp=../bin/%$(EXEEXT)) ifdef DEP_TRACKING -DEP = $(BINSRC:%.cpp=$(DEPDIR)/%.d) $(OTHERSRC:%.cpp=$(DEPDIR)/%.d) +DEP = $(BINSRC:%.cpp=$(DEPDIR)/%.d) $(OTHERSRC:%.cpp=$(DEPDIR)/%.d) $(DEPDIR)/Jzon.d endif PREFIX = /usr/local/lib @@ -186,7 +186,7 @@ binclean: mostlyclean: $(RM) core - $(RM) $(BINSRC:.cpp=.ii) $(OTHERSRC:.cpp=.ii) + $(RM) $(BINSRC:.cpp=.ii) $(OTHERSRC:.cpp=.ii) Jzon.ii $(RM) $(BINOBJ) $(OTHEROBJ) clean: binclean mostlyclean