aboutsummaryrefslogtreecommitdiff
path: root/thumbnail/Makefile
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2025-10-08 22:54:47 +0200
committerXavier Del Campo Romero <xavi92@disroot.org>2025-10-08 22:57:00 +0200
commit8d8179d3b412cdd2c1af60539b9aec89631f3fe6 (patch)
tree21cfc4b49d68226ee1c00e826aedf99152dc18c5 /thumbnail/Makefile
parent10e42591ac72285736d5cc4ee5e7c2f68dbf1e4b (diff)
downloadslcl-8d8179d3b412cdd2c1af60539b9aec89631f3fe6.tar.gz
Allow building thumbnail from the top-level build
Diffstat (limited to 'thumbnail/Makefile')
-rw-r--r--thumbnail/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/thumbnail/Makefile b/thumbnail/Makefile
index d921e85..2d7b100 100644
--- a/thumbnail/Makefile
+++ b/thumbnail/Makefile
@@ -20,6 +20,9 @@ all: $(PROJECT)
clean:
rm -f $(OBJECTS) $(DEPS)
+distclean: clean
+ rm -f $(PROJECT)
+
$(PROJECT): $(OBJECTS) $(DYNSTR)
$(CC) $(OBJECTS) $(LDFLAGS) $(LIBS) -o $@