mirror of
https://github.com/AquaMorph/Droplets.git
synced 2025-09-13 21:40:31 +00:00
Wildcard for makefile
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user