Archived
1
0

Create Makefile

This commit is contained in:
Erick
2022-02-05 21:34:18 +01:00
parent e6f79014b8
commit ecaa9dbde6
+8
View File
@@ -0,0 +1,8 @@
.PHONY: all
all: tyvm-unix tyvm-win
tyvm-unix: tyvm.c includes.h registers.h
gcc --std=c11 tyvm.c -o tyvm-unix
lc3sim-win: main.c lc3os.c vm.h vm.c
gcc --std=c11 tyvm.c -o tyvm-win