Day 1. Assembly code is being generated, on a monkey see, monkey do basis;
but it doesn't link because of a missing library; and having moved source files around the Makefile currently doesn't work.
This commit is contained in:
parent
8e9ad73229
commit
882f991db4
13 changed files with 206 additions and 36 deletions
2
Makefile
2
Makefile
|
|
@ -15,7 +15,7 @@ else
|
|||
$(error Build mode $(BUILD_MODE) not supported by this Makefile)
|
||||
endif
|
||||
|
||||
SRC_DIR=$(PROJECT_ROOT)/src
|
||||
SRC_DIR=$(PROJECT_ROOT)/src/c
|
||||
|
||||
all: grendel
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue