diff options
author | Your Name <you@example.com> | 2025-07-15 02:58:26 +0000 |
---|---|---|
committer | Your Name <you@example.com> | 2025-07-15 02:58:26 +0000 |
commit | 022baafc0d7cd190887d2a98327a1536f1ad2784 (patch) | |
tree | 12ae9a9e737952d36c98716ffdeff8e37bfa2977 /makefile | |
parent | 082e3adb0f3fd13b2f9de827449f1ec1ed037bf3 (diff) |
0.9 + nightly builds
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/makefile b/makefile new file mode 100644 index 0000000..44eafc7 --- /dev/null +++ b/makefile @@ -0,0 +1,8 @@ +all: + + mpicc daemon.c -o daemon -pthread -lrt + mpicc agent.c -o agent -pthread -lrt + mpicc addjob.c -o addjob -pthread -lrt + +clean: + rm -f main daemon agent scheduler job |