mirror of
https://gitlab.com/niansa/quickipc.git
synced 2025-03-06 20:49:18 +01:00
Improved Makefile
This commit is contained in:
parent
06845543b0
commit
aeab4cbbc3
1 changed files with 6 additions and 1 deletions
7
Makefile
7
Makefile
|
@ -1,2 +1,7 @@
|
|||
install:
|
||||
dist:
|
||||
|
||||
uninstall:
|
||||
rm -rf /usr/include/QIPC
|
||||
|
||||
install: uninstall
|
||||
cp -r include /usr/include/QIPC
|
||||
|
|
Loading…
Add table
Reference in a new issue