mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-27 08:16:14 +02:00
8 lines
148 B
Makefile
8 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
|