mirror of
https://github.com/tailix/libkernaux.git
synced 2024-10-30 11:54:01 -04:00
8 lines
122 B
Makefile
8 lines
122 B
Makefile
SUBDIRS = include
|
|
|
|
AM_CFLAGS = -I$(top_srcdir)/include
|
|
|
|
lib_LIBRARIES = libkernaux.a
|
|
|
|
libkernaux_a_SOURCES = \
|
|
src/pfa.c
|