Partial 3D seq

This commit is contained in:
2023-10-23 21:04:16 +02:00
parent 4c374c82c7
commit 7dc7ab68d1
9 changed files with 341296 additions and 8167 deletions

View File

@@ -39,11 +39,15 @@ $(BUILD_DIR)/%.s: %.c
.PHONY: clean distclean tags info asm format
clean:
clean: vis
$(info ===> CLEAN)
@rm -rf $(BUILD_DIR)
@rm -f tags
vis:
$(info ===> REMOVING VIZUALISATION FILES)
@rm -f vtk_files/particle*.vtk
distclean: clean
$(info ===> DIST CLEAN)
@rm -f $(TARGET)