nixpkgs/pkgs/development/tools/build-managers/redo-c/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
131 B
Makefile
Raw Normal View History

2021-07-04 17:39:05 +00:00
CFLAGS ?= -Os
2020-07-09 22:18:53 +00:00
all: redo links
links:
sh links.do
install:
mkdir -p "$(out)/bin"
cp --no-dereference redo redo-* "$(out)/bin"