forked from KolibriOS/kolibrios
4 lines
138 B
Makefile
4 lines
138 B
Makefile
|
MENUETDEV = $(abspath ../../../../../libraries/menuetlibc)
|
||
|
all:
|
||
|
wine kos32-tcc.exe -o hello.kex hello.c -lmelibc -I $(MENUETDEV)/include
|