nitpicker: Simplify internal file structure

This commit is contained in:
Norman Feske 2013-09-07 23:58:10 +02:00
parent 602e36394d
commit 518a71ccf5
21 changed files with 1 additions and 7 deletions

View File

@ -5,14 +5,8 @@ SRC_CC = main.cc \
view.cc \
user_state.cc \
global_keys.cc
SRC_BIN = default.tff
# enable C++11 support
CC_CXX_OPT += -std=gnu++11
INC_DIR = $(PRG_DIR)/../include \
$(PRG_DIR)/../data
vpath %.cc $(PRG_DIR)/../common
vpath % $(PRG_DIR)/../data