1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-30 00:00:15 +01:00
libhermit/libkern/Makefile
2016-12-03 00:43:49 +01:00

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