diff options
Diffstat (limited to 'test/dlopen/Makefile')
-rw-r--r-- | test/dlopen/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/dlopen/Makefile b/test/dlopen/Makefile index 4ed566079..3afbc0f49 100644 --- a/test/dlopen/Makefile +++ b/test/dlopen/Makefile @@ -72,4 +72,3 @@ run: libtest2.so libtest1.so test1 test2 test3 dltest libtest.so dltest2 libtest clean: $(RM) *.o libtest1.so* libtest2.so* test1 test2 test3 \ dltest dltest2 libtest.so libtest3.so - |