Commit 7a4a2462 authored by Léo-Paul Géneau's avatar Léo-Paul Géneau 👾

Makefile: add install section

parent f8469612
......@@ -9,6 +9,10 @@ $(SUBPROGS):
mkdir -p bin
ln -fs $(realpath src)/$@/build/bin/* bin/
install: all
mkdir -p "$(DESTDIR)$(prefix)/bin"
cp -r bin/* "$(DESTDIR)$(prefix)/bin"
clean: $(CLEANPROGS)
$(RM) -rf bin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment