diff options
Diffstat (limited to 'externals')
-rw-r--r-- | externals/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile index 14a73d75..aeb3d26b 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -891,7 +891,8 @@ iemlib_install: iemlib iemlib_clean: - -rm -f -- $(IEMLIB_OBJECTS:.c=.$(EXTENSION)) + -rm -f -- $(IEMLIB_OBJECTS) + -rm -f -- $(IEMLIB_SRC:.c=.$(EXTENSION)) -rmdir -- $(DESTDIR)$(objectsdir)/$(IEMLIB_NAME) -rm -f -- $(DESTDIR)$(examplesdir)/$(IEMLIB_NAME)/*.* -rmdir -- $(DESTDIR)$(examplesdir)/$(IEMLIB_NAME) |