Skip to content

Commit

Permalink
Merge pull request #73 from comparch-security/fix-clean
Browse files Browse the repository at this point in the history
fix an error that make clean may fail to remove all files
  • Loading branch information
wsong83 authored Jun 12, 2024
2 parents 8123c92 + 46f76ce commit 78d084d
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 @@ -86,8 +86,8 @@ libflexicas.a: $(CACHE_OBJS) $(UTIL_OBJS) $(CRYPTO_LIB)
.PHONY: regression

clean:
$(MAKE) clean-regression
$(MAKE) clean-parallel-regression
-$(MAKE) clean-regression
-$(MAKE) clean-parallel-regression
-rm $(UTIL_OBJS) $(CACHE_OBJS)

.PHONY: clean

0 comments on commit 78d084d

Please sign in to comment.