diff options
| author | esquizo <esquizo+noreply@esquizo.net> | 2026-05-19 13:47:01 -0300 |
|---|---|---|
| committer | esquizo <esquizo+noreply@esquizo.net> | 2026-05-19 13:47:01 -0300 |
| commit | 71606b8b9310128ccc5f5271668332706f96c8d5 (patch) | |
| tree | 34ebb0c075b383b5ea2d7edd7bdac7c85b091ef1 /libphysics/Makefile | |
| parent | 690d2cea53eb403fc8177212385c16837030c6a0 (diff) | |
libphysics: consertadas as dependencias no makefile
Diffstat (limited to 'libphysics/Makefile')
| -rw-r--r-- | libphysics/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libphysics/Makefile b/libphysics/Makefile index 154e9f2..5d3802c 100644 --- a/libphysics/Makefile +++ b/libphysics/Makefile @@ -16,7 +16,7 @@ clean: libphysics.a: $(OBJ) ar rcs $@ $^ -%.o: %.c +%.o: %.c dat.h $(CC) $< $(CFLAGS) -c -o $@ .PHONY: all clean |
