rm dist package and mv ckecksumlist to natmap

This commit is contained in:
stubbfel
2015-12-09 23:45:14 +01:00
parent 1a7229e8b1
commit 9d13dcdfe8
16 changed files with 101 additions and 158 deletions

8
build.bash Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
mkdir -p build/121Natbuild
cd build/121Natbuild
cmake ../../
make
cp src/121Nat ../
cd ../..
rm -Rf build/121Natbuild