diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-25T16·38+0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-25T16·38+0000 |
commit | 9285f0aa2b44427afef7c50f0efae8f74307a7a5 (patch) | |
tree | 1679f4cef8c5f035b6810cb6138af9b74da81717 /Makefile | |
parent | 8f08046606c147004642a7569f78bc61ab450419 (diff) |
Add a Makefile for the Perl stuff
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 652085a78165..6abce9372b2c 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ SUBS = \ src/nix-daemon/Makefile \ src/nix-log2xml/Makefile \ src/bsdiff-4.3/Makefile \ + perl/Makefile \ scripts/Makefile \ corepkgs/Makefile |