mirror of
https://github.com/AquaMorph/Droplets.git
synced 2025-04-29 17:35:33 +00:00
10 lines
179 B
Makefile
10 lines
179 B
Makefile
TARGET = Main
|
|
|
|
CPP_SOURCES = src/main.cpp
|
|
|
|
LIBDAISY_DIR = ./lib/libDaisy
|
|
DAISYSP_DIR = ./lib/daisySP
|
|
|
|
SYSTEM_FILES_DIR = $(LIBDAISY_DIR)/core
|
|
include $(SYSTEM_FILES_DIR)/Makefile
|