mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-16 20:02:35 +03:00
8 lines
152 B
Makefile
8 lines
152 B
Makefile
#####################################################################
|
|
# C compiler
|
|
|
|
CC= gcc
|
|
CFLAGS= -c -nodefaultlibs -mmmx -mtune=pentiumpro -O2 -w
|
|
|
|
|