summary refs log tree commit diff
path: root/Makefile
blob: ea50e6a05d86f03e416e22d343400fb4a57aab78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
LIBS_PREFIX = /usr/local

CFLAGS += -std=c11 -Wall -Wextra -Wpedantic
CFLAGS += ${LIBS_PREFIX:%=-I%/include}
LDFLAGS += ${LIBS_PREFIX:%=-L%/lib}
LDLIBS = -lsqlite3

BINS = litterbox unscoop

-include config.mk

dev: tags all

all: ${BINS}

${BINS:=.o}: database.h

tags: *.c *.h
	ctags -w *.c *.h

clean:
	rm -f tags ${BINS} ${BINS:=.o}
12:13:49 -0400'>2018-08-06Use 16-color palette in colorschemeJune McEnroe neovim 0.3.0 just doesn't give a shit anymore about how many colors your terminal supports. 2018-08-01Add Watch You, Watch MeJune McEnroe Heard this at the cafe a couple times. 2018-07-31Add rand aliasJune McEnroe I have no idea why I've kept on typing this out. 2018-07-31Refactor msr606June McEnroe