summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjakob <jakob@memeware.net>2017-03-19 12:06:21 -0400
committerjakob <jakob@memeware.net>2017-03-19 12:06:21 -0400
commitd9c8ec257f374172923fd2174364df815c71899a (patch)
tree1ab50a1e4f0403f0813708b54ff7bd8dbee68597 /Makefile
parent1909111fe2ac7ef531c8bed6b0bd601a4990262a (diff)
Added basic loop optimizations.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac2a6ff..fdff5d7 100644
--- a/Makefile
+++ b/Makefile
@@ -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