Skip to content
Snippets Groups Projects
Makefile 188 B
Newer Older
iftach's avatar
iftach committed
emulate: emulate.c
iftach's avatar
iftach committed
	gcc -g -Wall -Werror -pedantic emulate.c -o emulate -fsanitize=undefined
assemble: assemble.c
	gcc -g -Wall -Werror -pedantic emulate.c -o emulate -fsanitize=undefined