Skip to content

Commit

Permalink
Removing artifacts when using 'make clean'
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Dunphy authored and Michael Dunphy committed Nov 10, 2018
1 parent c82542a commit 9f56c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $(BUILDDIR)/%.o: $(SRCDIR)/%.$(SRCEXT)

clean:
@echo " Cleaning...";
@echo " $(RM) -r $(BUILDDIR) $(BINDIR)"; $(RM) -r $(BUILDDIR) $(BINDIR)
@echo " $(RM) -r $(BUILDDIR) $(BINDIR)" artifacts; $(RM) -r $(BUILDDIR) $(BINDIR) artifacts

test: $(BINDIR)/test
@$(BINDIR)/test
Expand Down

0 comments on commit 9f56c75

Please sign in to comment.