mrproper : delete *.dylib files.

git-svn-id: svn://svn.code.sf.net/p/hxcfloppyemu/code/HxCFloppyEmulator/libusbhxcfe/trunk@2300 63fa2f70-6a9b-4bc4-b855-9c6a949b1d69
This commit is contained in:
Jean-François DEL NERO
2020-11-30 22:48:19 +00:00
parent eba4f5ab23
commit e5a7b882c0
+1
View File
@@ -96,5 +96,6 @@ clean:
mrproper: clean
rm -rf $(EXEC)
rm -rf *.dll
rm -rf *.dylib
.PHONY: clean mrproper