Use C99 moode of compiler.
This commit is contained in:
parent
2270c6ad12
commit
f2043034e5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ SOURCES=$(OBJS:.o=.c) COPYING NEWS README TODO advent.text control
|
|||
gcc -O $(DBX) -c $<
|
||||
|
||||
advent: $(OBJS)
|
||||
gcc -O $(DBX) -o advent $(OBJS) $(LIBS)
|
||||
gcc -std=c99 -O $(DBX) -o advent $(OBJS) $(LIBS)
|
||||
|
||||
main.o: misc.h funcs.h
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue