diff --git a/.ajsnapshot b/.ajsnapshot deleted file mode 100644 index 3752d51..0000000 --- a/.ajsnapshot +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/valgrind.sh b/build/valgrind.sh similarity index 82% rename from valgrind.sh rename to build/valgrind.sh index 306c24a..7af515f 100755 --- a/valgrind.sh +++ b/build/valgrind.sh @@ -1 +1 @@ -valgrind --tool=memcheck --leak-check=full --track-origins=yes .build/luppp5 +valgrind --tool=memcheck --leak-check=full --track-origins=yes src/luppp diff --git a/valgrindSuppression b/build/valgrindSuppression similarity index 100% rename from valgrindSuppression rename to build/valgrindSuppression diff --git a/run.sh b/run.sh deleted file mode 100755 index 2f5b5d9..0000000 --- a/run.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -set -e -make -xterm -e "sleep 1 && aj-snapshot -r .ajsnapshot" & bin/luppp