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