Skip to content

Commit

Permalink
[FIX] avoid error message on make clean.
Browse files Browse the repository at this point in the history
  • Loading branch information
smehringer committed Dec 1, 2017
1 parent de32dd1 commit d529749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ $(UTILITYDIR)/%: $(SRCDIR)/%.cpp
$(CXX) $(CXXFLAGS) $(LDLIBS) -o $@ $<

clean:
rm sviper
rm evaluate_final_mapping
rm -f sviper
rm -f evaluate_final_mapping
@echo Cleaning executables in utilities
$(shell find utilities -type f -regex '^[^.]+' -delete)

Expand Down

0 comments on commit d529749

Please sign in to comment.