Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 10 lines 131 B view raw
1CFLAGS ?= -Os 2 3all: redo links 4 5links: 6 sh links.do 7 8install: 9 mkdir -p "$(out)/bin" 10 cp --no-dereference redo redo-* "$(out)/bin"