From 71606b8b9310128ccc5f5271668332706f96c8d5 Mon Sep 17 00:00:00 2001 From: esquizo Date: Tue, 19 May 2026 13:47:01 -0300 Subject: libphysics: consertadas as dependencias no makefile --- libphysics/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libphysics/Makefile') 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 -- cgit v1.2.3