forked from KolibriOS/kolibrios
8 lines
199 B
Makefile
8 lines
199 B
Makefile
|
# Sources
|
||
|
OBJS := curl.o
|
||
|
|
||
|
OUTFILE = libo.o
|
||
|
|
||
|
CFLAGS += -I ../../include/ -I ../../ -I ../ -I ./ -I /home/sourcerer/kos_src/newenginek/kolibri/include
|
||
|
include $(MENUETDEV)/makefiles/Makefile_for_o_lib
|