📄 makelocal.mk
字号:
# @(#)Makelocal.mk 4.1 ULTRIX 7/17/90include $(GMAKEVARS)CINCLUDES=-I..OBJS=spell.o spellin.o spellout.oall: spell hlist hlista hlistb hstop spellin spelloutinstall: -if [ ! -d ${DESTROOT}/usr/dict ];\ then \ mkdir ${DESTROOT}/usr/dict; \ /etc/chown root ${DESTROOT}/usr/dict; \ chgrp system ${DESTROOT}/usr/dict; \ chmod 0755 ${DESTROOT}/usr/dict; \ else true; \ fi install -c -s spell ${DESTROOT}/usr/lib/spell install -c -s spellin ${DESTROOT}/usr/bin/spellin install -c -s spellout ${DESTROOT}/usr/bin/spellout install -c hlista ${DESTROOT}/usr/dict/hlista install -c hlistb ${DESTROOT}/usr/dict/hlistb install -c hstop ${DESTROOT}/usr/dict/hstop install -c ../spell.sh ${DESTROOT}/usr/bin/spell install -c ../words ${DESTROOT}/usr/dict/words install -c /dev/null ${DESTROOT}/usr/dict/spellhistspell.o: spell.cspellin.o: spellin.cspellout.o: spellout.cspell: spell.o $(LDCMD) spell.ospellin: spellin.o $(LDCMD) spellin.ospellout: spellout.o $(LDCMD) spellout.ohlist: ../words spellin spellin <../words >hlisthlista: ../american ../local hlist spellin (cat ../american ../local)|spellin hlist >hlistahlistb: ../british ../local hlist spellin (cat ../british ../local)|spellin hlist >hlistbhstop: ../stop spellin spellin <../stop >hstopinclude $(GMAKERULES)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -