mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 01:33:10 +00:00
11 lines
131 B
Makefile
11 lines
131 B
Makefile
CFLAGS ?= -Os
|
|
|
|
all: redo links
|
|
|
|
links:
|
|
sh links.do
|
|
|
|
install:
|
|
mkdir -p "$(out)/bin"
|
|
cp --no-dereference redo redo-* "$(out)/bin"
|