PREFIX:=/usr/local all: wordtr wordtr: LDLIBS=-lhashtable -lgcc_s wordtr: wordtr.c install: wordtr install -t $(PREFIX)/bin/ wordtr