kolibrios/programs/develop/ktcc/trunk/samples/other/melibc_example/Makefile
maxcodehack 3ffe214e13 Add Makefile to kos32-tcc sample programs
git-svn-id: svn://kolibrios.org@8282 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-30 07:38:09 +00:00

4 lines
129 B
Makefile
Executable File

MENUETDEV = $(abspath ../../../../../libraries/menuetlibc)
all:
kos32-tcc -o hello.kex hello.c -lmelibc -I $(MENUETDEV)/include