mirror of
https://github.com/Museum-of-Art-and-Digital-Entertainment/macross.git
synced 2025-01-13 03:30:20 +00:00
Default to cc as a compiler, with options to change if needed
This commit is contained in:
parent
e0ee18b299
commit
0bd54d0432
4
Makefile
4
Makefile
@ -27,7 +27,9 @@ LDFLAGS=-m32
|
||||
YACC=bison -y
|
||||
#YACC=yacc
|
||||
|
||||
CC=gcc
|
||||
# Pick a compiler if you have one in particular you want.
|
||||
CC=cc
|
||||
#CC=gcc
|
||||
#CC=clang
|
||||
|
||||
macross: $(MACROSS_OBJECTS)
|
||||
|
@ -16,7 +16,9 @@ LDFLAGS=-m32
|
||||
YACC=bison -y
|
||||
#YACC=yacc
|
||||
|
||||
CC=gcc
|
||||
# Pick a compiler if you have one in particular you want.
|
||||
CC=cc
|
||||
#CC=gcc
|
||||
#CC=clang
|
||||
|
||||
slinky: $(SLINKY_OBJECTS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user