diff --git a/Makefile b/Makefile index 00b275d9cc97cd1fa1b864d5d70405c22dc4daf0..2c94537f73f221c21ae1a0f88593e5fbe651ec24 100644 --- a/Makefile +++ b/Makefile @@ -149,10 +149,12 @@ uninstall-vhook: rm -f $(addprefix "$(SHLIBDIR)/",$(ALLHOOKS_SRCS:.c=$(SLIBSUF))) -rmdir "$(SHLIBDIR)/vhook/" -clean:: +testclean: + rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/asynth1.sw tests/*~ + +clean:: testclean rm -f $(ALLPROGS) $(ALLPROGS_G) output_example$(EXESUF) rm -f doc/*.html doc/*.pod doc/*.1 - rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/asynth1.sw tests/*~ rm -f $(addprefix tests/,$(addsuffix $(EXESUF),audiogen videogen rotozoom seek_test tiny_psnr)) rm -f $(addprefix tools/,$(addsuffix $(EXESUF),cws2fws pktdumper qt-faststart trasher)) rm -f vhook/*.o vhook/*~ vhook/*.so vhook/*.dylib vhook/*.dll