Setup basic Daisy environment

This commit is contained in:
2020-07-12 09:51:35 -04:00
parent f2549a2248
commit 7f253faf5c
8 changed files with 63 additions and 1 deletions

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
TARGET = Main
CPP_SOURCES = src/main.cpp
LIBDAISY_DIR = ./libDaisy
DAISYSP_DIR = ./daisySP
SYSTEM_FILES_DIR = $(LIBDAISY_DIR)/core
include $(SYSTEM_FILES_DIR)/Makefile