mirror of
https://github.com/pnx/m16vm
synced 2026-06-16 03:44:55 +02:00
Makefile: print memory per default.
This commit is contained in:
parent
61263f65c8
commit
5bf70ad664
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
CC = gcc
|
||||
CFLAGS = -Iinclude -DMEM_SIZE=32
|
||||
CFLAGS = -Iinclude -DMEM_SIZE=32 -DM16_DEBUG_MEM
|
||||
LD = $(CC)
|
||||
|
||||
VM = m16vm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue