diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 4c317f3..a04152b 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -13,4 +13,4 @@ JAVACOPTS = -deprecation all: $(OBJS) clean: - /bin/rm -f -- $(OBJS) *~ *.bak + /bin/rm -f -- $(OBJS) *~ *.bak *.class |