From eda747d32c6d094c08904fe6e842210fa076d7b3 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Sun, 1 Sep 2024 18:28:28 -0500 Subject: Update makefile --- src/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/Makefile b/src/Makefile index 50fcbaf..c3a28f1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -12,10 +12,7 @@ all: $(BINARY_FILES) clean: rm -rvf $(BINARY_FILES) $(wildcard *.o) -VX-GAMBLEGROUND.o: VX-GAMBLEGROUND.c VX-GAMBLEGROUND.h -encryption.o: encryption.c encryption.h -search.o: search.c search.h -screen.o: screen.c screen.h -ll.o: ll.c ll.h +%.o : %.c %.h + $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@ VX-GAMBLEGROUND: $(wildcard *.o) \ No newline at end of file -- cgit v1.2.3