mirror of
https://github.com/pnx/m16vm
synced 2026-06-16 03:44:55 +02:00
move include/ to lib/include
This commit is contained in:
parent
a305c34b39
commit
3122da08c9
2 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
CC = gcc
|
||||
CFLAGS = -Iinclude -DMEM_SIZE=32 -DM16_DEBUG_MEM
|
||||
CFLAGS = -g -Ilib/include -DMEM_SIZE=32 -DM16_DEBUG_MEM
|
||||
LD = $(CC)
|
||||
|
||||
PROGRAMS = m16vm as
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue