First draft of a stupid and slow tunnel

This commit is contained in:
angt
2015-10-21 22:56:10 +02:00
parent a16215e099
commit 6ad9807f9d
2 changed files with 113 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
CFLAGS=-std=c99 -g -fsanitize=address -fno-omit-frame-pointer
CFLAGS=-std=c99 -g -fsanitize=address -fno-omit-frame-pointer -Wall
glorytun: