diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-10-12 14:23:44 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-10-12 14:23:44 +0200 |
commit | 73a197e2b6db4c8a6bed2c38520aa2d424e85b6b (patch) | |
tree | 08f77acf87363055c16af8c1593ea9c90eab9709 /exp/Makefile | |
parent | 589ba25686605282155ac47aa02b62cf85e0feb0 (diff) | |
download | dna-backup-73a197e2b6db4c8a6bed2c38520aa2d424e85b6b.tar.gz dna-backup-73a197e2b6db4c8a6bed2c38520aa2d424e85b6b.zip |
polish exp Makefile and README
Diffstat (limited to 'exp/Makefile')
-rw-r--r-- | exp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exp/Makefile b/exp/Makefile index 555ae67..a5eee91 100644 --- a/exp/Makefile +++ b/exp/Makefile @@ -118,7 +118,7 @@ repo git &: .PHONY: clean clean: mostlyclean rm -rf $(REPO_PATH) $(GIT_PATH) - rm -f $(COMMITS) + rm -f commits.* mostlyclean: resultsclean rm -rf $(DATADIRS) $(DATADIRS:%=%.versions) |