diff options
| author | jakob <jakob@memeware.net> | 2017-01-09 20:51:41 -0500 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-01-09 20:51:41 -0500 |
| commit | 8eaa3f0526d380afe422152fada2bea27b8d8f70 (patch) | |
| tree | eded2f25609b6d131a377233fb215efac2b31c18 /GNUmakefile | |
| parent | 7d141c7e79bb9688a475b88722f6101ad01ef782 (diff) | |
Significant progress on implementing file decryption. Offsets as of now are trying to go from within the table, which is incorrect. A working commit should come tomorrow.
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 9ffc063..006a328 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -5,7 +5,7 @@ SHELL = /bin/sh CC := gcc LD := gcc -CFLAGS := -Wall -Wextra -Os -funroll-all-loops +CFLAGS := -Wall -Wextra -Os -funroll-all-loops -std=c99 -pedantic LDFLAGS := -lz STRIPARGS := -s -p |