diff options
| author | esquizo <esquizo+noreply@esquizo.net> | 2026-05-17 12:21:16 -0300 |
|---|---|---|
| committer | esquizo <esquizo+noreply@esquizo.net> | 2026-05-17 12:21:16 -0300 |
| commit | b67f9b6b48715b325c3a2b3b5274467c778917a5 (patch) | |
| tree | 0344c5a9db84d657dae9c568e2da77c01985533b | |
| parent | 97702f11ea016ca2e395f71f03c3fc3a2ee929ca (diff) | |
libphysics/test: adicionado libphysics no phony
| -rw-r--r-- | libphysics/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libphysics/test/Makefile b/libphysics/test/Makefile index eb1d5cb..1d60fc8 100644 --- a/libphysics/test/Makefile +++ b/libphysics/test/Makefile @@ -16,4 +16,4 @@ vis: ../libphysics.a vis.o ../libphysics.a: $(MAKE) -C .. all -.PHONY: all clean +.PHONY: all clean ../libphysics.a |
