Skip to content
Snippets Groups Projects
Commit 746ccf6c authored by Niels Möller's avatar Niels Möller
Browse files

Delete dlopen-test on make clean.

parent 071f93c8
No related branches found
No related tags found
No related merge requests found
2016-01-20 Niels Möller <nisse@lysator.liu.se>
* testsuite/Makefile.in (clean): Delete dlopen-test.
2016-01-10 Niels Möller <nisse@lysator.liu.se>
* base64-encode.c (encode_raw): Use const uint8_t * for the
......
......@@ -138,7 +138,8 @@ distdir: $(DISTFILES)
cp $? $(distdir)
clean:
-rm -f $(TARGETS) $(EXTRA_TARGETS) *.o test.in test1.out test2.out
-rm -f $(TARGETS) $(EXTRA_TARGETS) dlopen-test$(EXEEXT) \
*.o test.in test1.out test2.out
distclean: clean
-rm -f Makefile *.d
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment