1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-13 17:10:47 +02:00

Add a Makefile for the Perl stuff

This commit is contained in:
Eelco Dolstra 2013-11-25 16:38:33 +00:00
parent 8f08046606
commit 9285f0aa2b
6 changed files with 59 additions and 7 deletions

View file

@ -58,4 +58,4 @@ $(foreach script, $(noinst_SCRIPTS), $(eval programs_list += $(script)))
$(foreach template, $(template_files), $(eval $(call instantiate-template,$(template))))
all: $(programs_list)
all: $(programs_list) $(libs_list)