|
|
1.1 ! root 1: all: spell hlist hlista hlistb hstop spellin spellout ! 2: ! 3: install: all ! 4: install -s spell $(DESTDIR)/usr/lib ! 5: install -s spellin ${DESTDIR}/usr/bin ! 6: install -s spellout ${DESTDIR}/usr/bin ! 7: install -c hlista $(DESTDIR)/usr/dict ! 8: install -c hlistb $(DESTDIR)/usr/dict ! 9: install -c hstop $(DESTDIR)/usr/dict ! 10: install -c spell.sh $(DESTDIR)/usr/bin/spell ! 11: ! 12: clean: ! 13: rm -f spell spellin hlista hlistb hlist hstop spellout ! 14: ! 15: spell: spell.c ! 16: cc -s -O spell.c -o spell ! 17: spellin: spellin.c ! 18: cc -O -s spellin.c -o spellin ! 19: spellout: spellout.c ! 20: cc -O -s spellout.c -o spellout ! 21: ! 22: hlist: /usr/dict/words spellin ! 23: spellin </usr/dict/words >hlist ! 24: hlista: american local hlist spellin ! 25: (cat american local)|spellin hlist >hlista ! 26: hlistb: british local hlist spellin ! 27: (cat british local)|spellin hlist >hlistb ! 28: hstop: stop spellin ! 29: spellin <stop >hstop
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.