mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
4 lines
126 B
Makefile
4 lines
126 B
Makefile
C_source := string.c stdio.c printf.c sprintf.c strtol.c strtoul.c strstr.c
|
|
MODULE := libkern
|
|
|
|
include $(TOPDIR)/Makefile.inc
|