?? 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 + -