improved installation mechanism

This commit is contained in:
ceriel
1991-10-14 09:18:33 +00:00
parent ce670c7c0f
commit c28203d1b4
15 changed files with 40 additions and 45 deletions

View File

@@ -47,8 +47,6 @@ all: make.main
make -f make.main main
install: all
@-mkdir $(TARGET_HOME)
@-mkdir $(TARGET_HOME)/lib.bin
cp main $(TARGET_HOME)/lib.bin/em_occam
cmp: all