Lucas Stadler лет назад: 11
Родитель
Сommit
8e0496d8f0
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      os/Makefile

+ 4 - 0
os/Makefile

2
	@echo "make help  - display this message"
2
	@echo "make help  - display this message"
3
	@echo "make build - build the os"
3
	@echo "make build - build the os"
4
	@echo "make run   - run the os in qemu"
4
	@echo "make run   - run the os in qemu"
5
	@echo "make clean - clean up"
5
6
6
build: first.flp
7
build: first.flp
7
8
13
14
14
run: first.flp
15
run: first.flp
15
	qemu-system-i386 -fda first.flp
16
	qemu-system-i386 -fda first.flp
17
18
clean:
19
	rm -f *.flp *.bin mikeos*.zip