1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-01-27 15:23:57 -05:00
libkernaux/Makefile.am
2020-11-27 19:17:02 +05:00

9 lines
150 B
Makefile

SUBDIRS = include
AM_CFLAGS = -std=c99 -I$(top_srcdir)/include
lib_LIBRARIES = libkernaux.a
libkernaux_a_SOURCES = \
src/arch/i386.S \
src/pfa.c