mrproper : delete *.dylib files.

git-svn-id: svn://svn.code.sf.net/p/hxcfloppyemu/code/HxCFloppyEmulator/HxCFloppyEmulator_cmdline/trunk@2304 63fa2f70-6a9b-4bc4-b855-9c6a949b1d69
This commit is contained in:
Jean-François DEL NERO
2020-11-30 23:10:01 +00:00
parent 6efbba9971
commit 1393a68fcc
+1
View File
@@ -88,5 +88,6 @@ clean:
mrproper: clean
rm -rf $(EXEC)
rm -rf *.dylib
.PHONY: clean mrproper