Adds dummy logger + tests and starts the compile
This commit is contained in:
parent
444b88926b
commit
949ca0000e
17 changed files with 1840 additions and 60 deletions
|
|
@ -1,7 +1,7 @@
|
|||
bin_PROGRAMS = asmsh child
|
||||
noinst_LIBRARIES = libasmsh.a
|
||||
noinst_LIBRARIES = libcheck_asmsh.a
|
||||
|
||||
libasmsh_a_SOURCES = mmap_parse.c
|
||||
libcheck_asmsh_a_SOURCES = mmap_parse.c compile.c logger.c
|
||||
|
||||
asmsh_SOURCES = asmsh.c $(libasmsh_a_SOURCES)
|
||||
child_SOURCES = child.s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue