aboutsummaryrefslogtreecommitdiff
path: root/include/link_install.h
blob: a9528bbebe341ec4ee0a8c3e28762157b60b655a (plain)
1
2
3
4
5
6
#ifndef LINK_INSTALL_H
#define LINK_INSTALL_H

void link_install(const char *build_dir);

#endif