2 # Makefile for carla tests #
3 # ------------------------ #
7 # --------------------------------------------------------------
11 BUILD_FLAGS
= -Wall
-Wextra
-Werror
-pipe
-DDEBUG
-O0
-g
13 # --------------------------------------------------------------
17 test: jack-enum-test-func.
cpp jack-enum-test-main.
cpp
18 $(CXX
) $^
$(BUILD_FLAGS
) -o
$@
20 # --------------------------------------------------------------
25 # --------------------------------------------------------------