Rename Makefile -> local.mk

This commit is contained in:
Eelco Dolstra 2014-01-30 12:11:06 +01:00
parent 4a2ec9c659
commit e0234dfddc
17 changed files with 16 additions and 16 deletions

View file

@ -1,9 +0,0 @@
PROGRAMS += nix-daemon
nix-daemon_DIR := $(d)
nix-daemon_SOURCES := $(d)/nix-daemon.cc
nix-daemon_LIBS = libmain libstore libutil libformat
$(eval $(call install-symlink, nix-daemon, $(bindir)/nix-worker))