aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Makefile
blob: 508f0e62762baa28a80fe7243bd4b830e6e7bf0b (plain) (blame)
1
2
3
4
5
6
7
8
9
PREFIX:=/usr/local

all: wordtr

wordtr: LDLIBS=-lhashtable -lgcc_s
wordtr:	wordtr.c

install: wordtr
	install -t $(PREFIX)/bin/ wordtr