Ensure "make clean" cleans up in fonts/
authorDavid Griffith <dave@661.org>
Thu, 26 Jan 2023 06:14:20 +0000 (22:14 -0800)
committerDavid Griffith <dave@661.org>
Thu, 26 Jan 2023 06:14:20 +0000 (22:14 -0800)
Makefile

index 212958af1d3660d702f696f14f8070dce0853169..4bb7074f3271dcf9df4aa53ca82a712a1fb24d81 100644 (file)
--- 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)