mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-19 00:48:48 -04:00
8 lines
152 B
Makefile
8 lines
152 B
Makefile
#####################################################################
|
|
# C compiler
|
|
|
|
CC= gcc
|
|
CFLAGS= -c -nodefaultlibs -mmmx -mtune=pentiumpro -O2 -w
|
|
|
|
|