From d9c8ec257f374172923fd2174364df815c71899a Mon Sep 17 00:00:00 2001 From: jakob Date: Sun, 19 Mar 2017 12:06:21 -0400 Subject: Added basic loop optimizations. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.3