update converter.hpp to work with gcc, add uninstall to makefile

This commit is contained in:
ado
2020-12-10 20:41:49 +01:00
parent 1f502d2afa
commit 6b9639afc8
2 changed files with 13 additions and 10 deletions

View File

@@ -1,5 +1,8 @@
install:
cp -r ./include/ss/ /usr/include/
cp -r ./include/ss/ /usr/local/include/
uninstall:
rm -rf /usr/local/include/ss/*.hpp
test:
cd test && $(MAKE) -j4 && $(MAKE) test && $(MAKE) clean