From d1ba7e3713cd999635104591295d1923235c9289 Mon Sep 17 00:00:00 2001 From: citrons Date: Thu, 12 Oct 2023 16:32:32 -0500 Subject: make error handling worse --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5ffa84a..1bf7aae 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SDL_HEADERS=/usr/include/SDL2 CFLAGS=-g -Wall -pedantic -std=c99 $$(sdl2-config --cflags) LFLAGS=$$(sdl2-config --libs) -findgame: main.o world.o random.o generator.o save.o +findgame: main.o world.o random.o generator.o save.o die.o $(CC) -o $@ $^ $(LFLAGS) main.o: world.h random.h save.h -- cgit v1.2.3