Add a working Makefile for testing purposes
This commit is contained in:
parent
850f3cf4f7
commit
17d31a74e3
@ -9,7 +9,7 @@ CFLAGS ?= -std=c17 -g\
|
||||
|
||||
all: assemble emulate
|
||||
|
||||
assemble: assemble.o
|
||||
assemble: assemble.o parser.o fileio.o
|
||||
emulate: emulate.o
|
||||
|
||||
clean:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user