update clean command for BSD

This commit is contained in:
Vladimir Dubrovin 2021-01-22 18:11:39 +03:00
parent 1daa8a4736
commit ef3453f119

View File

@ -28,7 +28,7 @@ OBJSUFFICS = .o
DEFINEOPTION = -D
COMPFILES = *~
REMOVECOMMAND = rm -f
AFTERCLEAN = find src/ -type f -name "*.o" -delete && find src/ -type f -name "Makefile.var" -delete && find bin/ -type f -executable -delete
AFTERCLEAN = find src/ -type f -name "*.o" -delete && find src/ -type f -name "Makefile.var" -delete && find bin/ -type f -perm +111 -delete
TYPECOMMAND = cat
COMPATLIBS =
MAKEFILE = Makefile.FreeBSD