1
0
Fork 0
mirror of https://gitlab.com/niansa/quickipc.git synced 2025-03-06 20:49:18 +01:00

Improved Makefile

This commit is contained in:
niansa 2021-07-19 10:27:06 +02:00
parent 06845543b0
commit aeab4cbbc3

View file

@ -1,2 +1,7 @@
install:
dist:
uninstall:
rm -rf /usr/include/QIPC
install: uninstall
cp -r include /usr/include/QIPC