mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-23 14:36:16 +02:00
7 lines
148 B
Makefile
7 lines
148 B
Makefile
programs += nix-channel
|
|
|
|
nix-channel_DIR := $(d)
|
|
|
|
nix-channel_LIBS = libmain libutil libformat libstore
|
|
|
|
nix-channel_SOURCES := $(d)/nix-channel.cc
|