mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-03 22:33:02 +02:00
12 lines
192 B
Makefile
12 lines
192 B
Makefile
.PHONY: all clean distclean install
|
|
|
|
all:
|
|
|
|
clean:
|
|
|
|
distclean: clean
|
|
|
|
install:
|
|
install -D show.py $(DESTDIR)/bin/show
|
|
install -D bash_completion.d/show $(DESTDIR)/etc/bash_completion.d/show
|