mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 13:06:01 +01:00
Nix, the purely functional package manager
This is useful when you do: foo_SOURCES := $(wildcard *.cc) foo.cc where foo.cc is a generated file. In this case, if foo.cc already exists, you get foo.cc twice in foo_SOURCES, leading to a link error. |
||
|---|---|---|
| clean.mk | ||
| dist.mk | ||
| install.mk | ||
| jars.mk | ||
| lib.mk | ||
| libraries.mk | ||
| patterns.mk | ||
| programs.mk | ||
| templates.mk | ||
| tests.mk | ||