summary refs log tree commit diff
path: root/Makefile
blob: cf107f6881417744555f255da11e9a37e53d3d45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CFLAGS += -std=c99 -Wall -Wextra -Wpedantic

include config.mk

BINS = dump freecell sol

all: $(BINS)

$(BINS): cards.o

.o:
	$(CC) $(LDFLAGS) $< cards.o $(LDLIBS) -o $@

cards.o dump.o freecell.o sol.o: cards.h

freecell.o sol.o: layout.h path.h stack.h

clean:
	rm -f $(BINS) *.o *.bmp
/.config/nvim/init.vim?id=afdeaf06a74f7469cdd6b61a83cb51ff48391051&follow=1'>Set gruvbox vert split relative to backgroundJune McEnroe 2016-05-15Cache GPG key for half an hourJune McEnroe 2016-04-29Test for linux insteadJune McEnroe 2016-04-29Remove explicit syntax/filetype onJune McEnroe 2016-04-12Remove gvim=mvim aliasJune McEnroe 2016-04-12Detect Darwin or *BSD for aliasesJune McEnroe 2016-04-07Use default pinentry and set GPG_TTYJune McEnroe 2016-04-07Add git config override includeJune McEnroe 2016-04-06Simplify install scriptJune McEnroe 2016-04-06Add gpg-agent to READMEJune McEnroe 2016-04-06Always sign git commitsJune McEnroe 2016-04-06Use standard socket for gpg-agentJune McEnroe 2016-04-06Set iTerm font to PointfreeJune McEnroe