emacs and python last of the big ones
This commit is contained in:
parent
0b386e072d
commit
9bfad61c9e
1 changed files with 2 additions and 2 deletions
|
@ -44,12 +44,12 @@ smallinstall:: small
|
|||
|
||||
big:
|
||||
cd $(FLEX) && /bin/sh makeme.sh
|
||||
cd $(PYTHON) && /bin/sh makeme.sh
|
||||
cd $(BZIP2) && /bin/sh makeme.sh
|
||||
cd $(KERMIT) && /bin/sh makeme.sh
|
||||
cd $(LYNX) && /bin/sh makeme.sh
|
||||
cd $(EMACS) && /bin/sh makeme.sh
|
||||
cd $(COREUTILS) && /bin/sh makeme.sh
|
||||
cd $(EMACS) && /bin/sh makeme.sh
|
||||
cd $(PYTHON) && /bin/sh makeme.sh
|
||||
|
||||
biginstall: big
|
||||
cd $(FLEX) && make install
|
||||
|
|
Loading…
Reference in a new issue