mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-14 10:57:08 +03:00
6 lines
203 B
Makefile
6 lines
203 B
Makefile
|
OUTFILE = noout
|
||
|
OBJS = freebios.o
|
||
|
CFLAGS = -Os -DNOTPSP -DFRAMELIMIT -DNODEBUG -DNO_SNPRINTF -DKOLIBRI -I/home/hatsune/menuetos/include/SDL
|
||
|
LIBS = -lm
|
||
|
include $(MENUETDEV)/makefiles/Makefile_for_program
|