mirror of
https://github.com/AquaMorph/Droplets.git
synced 2025-04-30 09:45:35 +00:00
Wildcard for makefile
This commit is contained in:
parent
7f2d278fcb
commit
a08072d35c
10
Makefile
10
Makefile
@ -1,13 +1,7 @@
|
|||||||
TARGET = cascade
|
TARGET = cascade
|
||||||
|
|
||||||
CPP_SOURCES = src/main.cpp \
|
SRC_DIR := ./src
|
||||||
src/util.cpp \
|
CPP_SOURCES := $(wildcard $(SRC_DIR)/*.cpp $(SRC_DIR)/*/*.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
|
|
||||||
|
|
||||||
LIBDAISY_DIR = ./lib/libDaisy
|
LIBDAISY_DIR = ./lib/libDaisy
|
||||||
DAISYSP_DIR = ./lib/daisySP
|
DAISYSP_DIR = ./lib/daisySP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user