Bläddra i källkod

move avra.sh from emul to cvm

The stage binary is now there.
master
Virgil Dupras 4 år sedan
förälder
incheckning
ceabc9920f
2 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      cvm/Makefile
  2. +0
    -0
      cvm/avra.sh

+ 1
- 1
cvm/Makefile Visa fil

@@ -22,7 +22,7 @@ forth: forth.c $(OBJS)
$(CC) forth.c $(OBJS) -lncurses -o $@

stage: stage.c $(OBJS)
$(CC) stage.c $(OBJS) -lncurses -o $@
$(CC) stage.c $(OBJS) -o $@

vm.o: vm.c blkfs
$(CC) -DFBIN_PATH=\"`pwd`/forth.bin\" -DBLKFS_PATH=\"`pwd`/blkfs\" -c -o vm.o vm.c


emul/avra.sh → cvm/avra.sh Visa fil


Laddar…
Avbryt
Spara