| commit | 95bce0da29e7a10f038aee75ed26df8a5e7f08bb | [log] [tgz] |
|---|---|---|
| author | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Mar 16 10:37:45 2024 +0100 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Mar 16 10:37:45 2024 +0100 |
| tree | 91efdd903d4eef2f8c88f89e752c7c9d0cdac90a | |
| parent | 3d82f56edfd7feff7d4a9407f4695f5604ed03f0 [diff] |
Make make not delete zip files
diff --git a/Makefile b/Makefile index e43f4a0..d9301ba 100644 --- a/Makefile +++ b/Makefile
@@ -4,7 +4,7 @@ .PHONY: all clean test krill -.PRECIOUS: $(TARGET_DIR)/%.zip $(TARGET_DIR)/%.i5.xml $(TARGET_DIR)/%.tar +.PRECIOUS: %.zip $(TARGET_DIR)/%.zip $(TARGET_DIR)/%.i5.xml $(TARGET_DIR)/%.tar all: $(TARGET_DIR)/dnb.i5.xml