mirror of
https://github.com/tat3r/a2m.git
synced 2024-11-10 17:56:39 +00:00
c99 for the assburger
This commit is contained in:
parent
e395de1ceb
commit
900c92595f
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
PROG := a2m
|
PROG := a2m
|
||||||
SRC := a2m.c
|
SRC := a2m.c
|
||||||
CC := cc
|
CC := cc
|
||||||
CFLAGS += -g -Wall
|
CFLAGS += -g -std=c99 -Wall
|
||||||
|
|
||||||
UNAME := $(shell sh -c 'UNAME -s 2>/dev/null')
|
UNAME := $(shell sh -c 'UNAME -s 2>/dev/null')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user