From f74adc17da09a84da9c3d8b3edc53e71ad623a61 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Wed, 25 Jan 2023 22:14:20 -0800 Subject: [PATCH] Ensure "make clean" cleans up in fonts/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 212958a..4bb7074 100644 --- a/Makefile +++ b/Makefile @@ -304,7 +304,7 @@ SDL_LIB = $(SDL_DIR)/frotz_sdl.a export SDL_PKGS = libpng libjpeg sdl2 SDL2_mixer freetype2 zlib SDL_LDFLAGS += $(shell $(PKG_CONFIG) $(SDL_PKGS) --libs) -lm -SUBDIRS = $(COMMON_DIR) $(CURSES_DIR) $(X11_DIR) $(SDL_DIR) $(DUMB_DIR) $(BLORB_DIR) $(DOS_DIR) +SUBDIRS = $(COMMON_DIR) $(CURSES_DIR) $(X11_DIR) $(SDL_DIR) $(DUMB_DIR) $(BLORB_DIR) $(DOS_DIR) $(FONTS_DIR) SUB_CLEAN = $(SUBDIRS:%=%-clean) FROTZ_BIN = frotz$(EXTENSION) -- 2.34.1