mirror of
https://github.com/AquaMorph/Droplets.git
synced 2025-04-30 01:35:34 +00:00
Wildcard for makefile
This commit is contained in:
parent
7f2d278fcb
commit
a08072d35c
10
Makefile
10
Makefile
@ -1,13 +1,7 @@
|
||||
TARGET = cascade
|
||||
|
||||
CPP_SOURCES = src/main.cpp \
|
||||
src/util.cpp \
|
||||
src/menu.cpp \
|
||||
src/droplets/droplet.cpp \
|
||||
src/droplets/noise_droplet.cpp \
|
||||
src/droplets/vco_droplet.cpp \
|
||||
src/graphics/sprite.cpp \
|
||||
src/graphics/wave.cpp
|
||||
SRC_DIR := ./src
|
||||
CPP_SOURCES := $(wildcard $(SRC_DIR)/*.cpp $(SRC_DIR)/*/*.cpp)
|
||||
|
||||
LIBDAISY_DIR = ./lib/libDaisy
|
||||
DAISYSP_DIR = ./lib/daisySP
|
||||
|
Loading…
x
Reference in New Issue
Block a user