mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
7 lines
121 B
Makefile
7 lines
121 B
Makefile
libraries += libformat
|
|
|
|
libformat_NAME = libnixformat
|
|
|
|
libformat_DIR := $(d)
|
|
|
|
libformat_SOURCES := $(wildcard $(d)/*.cc)
|