forked from KolibriOS/kolibrios
8 lines
152 B
Makefile
8 lines
152 B
Makefile
#####################################################################
|
|
# C compiler
|
|
|
|
CC= gcc
|
|
CFLAGS= -c -nodefaultlibs -mmmx -mtune=pentiumpro -O2 -w
|
|
|
|
|