Working basic PT code

This commit is contained in:
2023-08-06 21:22:54 +02:00
parent 7b83a34e47
commit 6ebcc5532e
96 changed files with 45514 additions and 20085 deletions

View File

@@ -42,6 +42,7 @@ $(BUILD_DIR)/%.s: %.c
clean:
$(info ===> CLEAN)
@rm -rf $(BUILD_DIR)
@rm -f particle*.dat
@rm -f tags
distclean: clean