📄 makefile
字号:
#
# makefile for svm_light
#
# Thorsten Joachims, 2002
#
# Thanks to Ralf Herbrich for the initial version.
#
all:
@echo ""
@echo "USAGE make [win|linux]"
@echo ""
linux:
make -f Makefile-linux
win:
make -f Makefile-windows
tidy:
rm -f *.o
rm -f donlp2/*.o
rm -f donlp2_c/*.o
rm -f pr_loqo/*.o
clean: tidy
rm -f linux-svm_learn*
rm -f linux-svm_classify*
rm -f libsvmlight.*
rm -f svmlight.dll
rm -f win-svm_learn*
rm -f win-svm_classify*
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -