initcommit osclsk prototype
This commit is contained in:
commit
4ade3a5f00
19 changed files with 1780 additions and 0 deletions
10
make/daisy.mk
Normal file
10
make/daisy.mk
Normal file
|
@ -0,0 +1,10 @@
|
|||
PROJECT_DIR = /Users/ellen/code/daisy
|
||||
|
||||
# Path to libDaisy and DaisySP
|
||||
LIBDAISY_DIR = $(PROJECT_DIR)/libDaisy
|
||||
DAISYSP_DIR = $(PROJECT_DIR)/DaisySP
|
||||
|
||||
# Core location, and generic makefile.
|
||||
SYSTEM_FILES_DIR = $(LIBDAISY_DIR)/core
|
||||
|
||||
include $(SYSTEM_FILES_DIR)/Makefile
|
Loading…
Add table
Add a link
Reference in a new issue