diff options
| author | jakob <jakob@memeware.net> | 2017-03-19 12:06:21 -0400 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-03-19 12:06:21 -0400 |
| commit | d9c8ec257f374172923fd2174364df815c71899a (patch) | |
| tree | 1ab50a1e4f0403f0813708b54ff7bd8dbee68597 /Makefile | |
| parent | 1909111fe2ac7ef531c8bed6b0bd601a4990262a (diff) | |
Added basic loop optimizations.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ CC := gcc CFLAGS = -Wall -Os -std=c99 -pedantic -MACROS = -D$(shell uname -m) -DAS=\"$(shell which as)\" -DLD=\"$(shell which ld)\" +MACROS = -D__$(shell uname -m)__ -DAS=\"$(shell which as)\" -DLD=\"$(shell which ld)\" all: skullfuck |