edawson / gfakluge

A C++ library and utilities for manipulating the Graphical Fragment Assembly format.
http://edawson.github.io/gfakluge/
MIT License
51 stars 20 forks source link

Makefile (install): Run mkdir #49

Closed sjackman closed 5 years ago

sjackman commented 5 years ago

Alternatively you can use install rather than cp. install is available on both Linux and macOS.

install: gfak
    install gfak $(DESTDIR)$(PREFIX)/bin/
    install src/gfakluge.hpp $(DESTDIR)$(PREFIX)/include/