summaryrefslogtreecommitdiff
path: root/com32/gpllib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'com32/gpllib/Makefile')
-rw-r--r--com32/gpllib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/gpllib/Makefile b/com32/gpllib/Makefile
index 3e2bd03d..71f335da 100644
--- a/com32/gpllib/Makefile
+++ b/com32/gpllib/Makefile
@@ -27,7 +27,7 @@ libcom32gpl.c32 : $(LIBOBJS)
$(LD) -shared $(LDFLAGS) -o $@ $^
tidy dist clean:
- find . \( -name \*.o -o -name \*.c32 -o -name .\*.d -o -name \*.tmp \) -print0 | \
+ find . \( -name \*.o -o -name .\*.d -o -name \*.tmp \) -print0 | \
xargs -0r rm -f
spotless: clean