Removing test.sh file

This commit is contained in:
Jonathan Thomas
2022-02-13 11:01:41 -06:00
parent fbd0ecfc83
commit 34a6af2a8a

View File

@@ -1,5 +0,0 @@
#!/bin/bash
#cd build; cmake ../; make -j9; make install;
cmake --build build -j9; cmake --install build;