mirror of
https://github.com/tailix/libkernaux.git
synced 2025-01-27 15:23:57 -05:00
9 lines
150 B
Makefile
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
|