forked from KolibriOS/kolibrios
f75ba1987d
git-svn-id: svn://kolibrios.org@8231 a494cfbc-eb01-0410-851d-a64ba20cac60
4 lines
138 B
Makefile
Executable File
4 lines
138 B
Makefile
Executable File
MENUETDEV = $(abspath ../../../../../libraries/menuetlibc)
|
|
all:
|
|
wine kos32-tcc.exe -o hello.kex hello.c -lmelibc -I $(MENUETDEV)/include
|