Working on reconstruction vtk writer

This commit is contained in:
2023-08-09 13:05:15 +02:00
parent 413c0918c1
commit 9de3a95672
9 changed files with 175 additions and 3 deletions

View File

@@ -39,11 +39,9 @@ $(BUILD_DIR)/%.s: %.c
.PHONY: clean distclean tags info asm format
clean:
clean: viz
$(info ===> CLEAN)
@rm -rf $(BUILD_DIR)
@rm -f vtk_files/particle*.vtk
@rm -f vis_files/particle*.dat
@rm -f tags
distclean: clean