5 RMDIR ?= rmdir -p --ignore-fail-on-non-empty
8 BUILD := $(dir $(lastword $(MAKEFILE_LIST)))
17 CXXFLAGS += -Wall -Werror
20 SDL_FLAGS = $(shell pkg-config --cflags sdl2)
21 SDL_LIBS = $(shell pkg-config --libs sdl2)
23 CPPUNIT_FLAGS = $(shell pkg-config --cflags cppunit)
24 CPPUNIT_LIBS = $(shell pkg-config --libs cppunit)
26 # set to empty to show tool invocations
29 -include $(BUILD)local-config.mk