diff options
Diffstat (limited to 'thumbnail/Makefile')
| -rw-r--r-- | thumbnail/Makefile | 3 |
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 $@ |
