a343e63231
- it matches the executable name - it doesn't ship anything anyway, it's just plumbing
6 lines
91 B
Makefile
6 lines
91 B
Makefile
TARGETS=logtap
|
|
default: $(TARGETS)
|
|
|
|
install: $(TARGETS)
|
|
install -Dt $(PREFIX)/bin/ logtap
|