Max Mahn

aboutsummaryrefslogtreecommitdiff
path: root/def/skel/c/config.mk
blob: 7a78dd6ef52eb9dd68b47a2c1d70edcfb5359929 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# see LICENSE file for license information #

COMPONENTS = main

SRC := src
INC := inc
RES := res
OBJ := obj
BIN := bin

INSTALL_DIR = /usr/bin

CC = gcc
CFLAGS = -c -g -Wall -iquote ./$(INC)
LDFLAGS =