Files
infix/src/show/Makefile
T
2025-04-07 09:06:27 +02:00

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