diff options
| author | William S Fulton <wsf@fultondesigns.co.uk> | 2022-05-07 08:17:48 +0100 |
|---|---|---|
| committer | William S Fulton <wsf@fultondesigns.co.uk> | 2022-05-07 08:17:48 +0100 |
| commit | 15d69ec2704cf331b7e6cab006924ecbd8b1ea23 (patch) | |
| tree | 6069b392893986df987ccc46bb32164991cbe85b /Examples/test-suite/java | |
| parent | a598abe23d9c52686992a60e3608395e3c1689fc (diff) | |
| download | swig-15d69ec2704cf331b7e6cab006924ecbd8b1ea23.tar.gz | |
Add runme.class file to Java test-suite clean
Diffstat (limited to 'Examples/test-suite/java')
| -rw-r--r-- | Examples/test-suite/java/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Examples/test-suite/java/Makefile.in b/Examples/test-suite/java/Makefile.in index 7a34f587b..43695ce69 100644 --- a/Examples/test-suite/java/Makefile.in +++ b/Examples/test-suite/java/Makefile.in @@ -133,6 +133,7 @@ run_testcase = \ @if [ -d $(JAVA_PACKAGE) ]; then \ rm -rf $(JAVA_PACKAGE); \ fi + @rm -f $*_runme.class clean: @rm -f *.class hs_err*.log |
