mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-18 04:43:06 +03:00
5 lines
199 B
Makefile
5 lines
199 B
Makefile
|
OUTFILE = ktcc.kex
|
||
|
OBJS = tcc.o console.o
|
||
|
CGLAGS =-O2 -g -Wall -mpreferred-stack-boundary=2 -march=i386 -falign-functions=0 -fno-strict-aliasing
|
||
|
include $(MENUETDEV)/makefiles/Makefile_for_program
|