summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c554942..6ec4166 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
.SUFFIXES: .c .o
.c.o:
- gcc -I<NSLibs$$Dir>/include -std=c9x -mpoke-function-name -mthrowback -c -O2 $<
+ gcc -I<NSLibs$$Dir>/include -mpoke-function-name -mthrowback -c -O2 $<
SRC = $(wildcard *.c)