From: Lukáš Jiřiště Date: Fri, 5 Dec 2025 13:23:18 +0000 (+0100) Subject: Add a Makefile X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=refs%2Fheads%2Fmain;p=nbody.git Add a Makefile --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d04c6bd --- /dev/null +++ b/Makefile @@ -0,0 +1,13 @@ + +.PHONY: draw clean + +all: draw + +nbody.System_res.mat : nbody.mo script.mos + omc script.mos + +draw: nbody.System_res.mat + ./animate_result.py nbody.System_res.mat + +clean: + rm nbody.System*