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