summary refs log tree commit diff
path: root/Makefile
blob: 073f0be271d6b15bc34111d8a6e50dd6afa4bdfd (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: asset.h layout.h stack.h

clean:
	rm -f $(BINS) *.o *.bmp
pan title='2020-09-10 13:59:55 -0400'>2020-09-10Add The Kingdom of GodsJune McEnroe Reading has really slowed down :( 2020-09-07Add SunglassesJune McEnroe An IRC find. 2020-09-06Add Between the BreathsJune McEnroe One of those good songs from a soundtrack of a film that probably isn't? The summary sounds a lot more interesting than the title implies, at least. 2020-09-04Open /dev/tty in nudgeJune McEnroe This makes it work even when it's run connected to a pipe, i.e. as the notify command of catgirl... 2020-09-04Add nudgeJune McEnroe 2020-09-03Build fbclock with -lzJune McEnroe I guess this got lost somewhere, long ago... 2020-08-29Add tweets from retweetsJune McEnroe