diff options
author | W. Kosior <koszko@koszko.org> | 2025-01-25 19:11:57 +0100 |
---|---|---|
committer | W. Kosior <koszko@koszko.org> | 2025-01-25 19:13:14 +0100 |
commit | a6fca22ecc6251e8b5dd65a05f298ffe2eaae587 (patch) | |
tree | 5e069eb0dd84389cbf1fe2aa0965d2f8d972aa23 | |
parent | a47507f8c03886ab50bbc4125b93ffd2d825ed85 (diff) | |
download | pq-blind-sigs-impl-a6fca22ecc6251e8b5dd65a05f298ffe2eaae587.tar.gz pq-blind-sigs-impl-a6fca22ecc6251e8b5dd65a05f298ffe2eaae587.zip |
As part of `make clean' remove files generated by the program.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,4 +32,4 @@ run_blind_sig_example: blind_sig_example .PHONY: run_blind_sig_example clean: - rm -rf *.o $(PROGRAMS) + rm -rf *.o $(PROGRAMS) *.example |