diff options
Diffstat (limited to 'third_party/nix/perl/Makefile')
-rw-r--r-- | third_party/nix/perl/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/nix/perl/Makefile b/third_party/nix/perl/Makefile new file mode 100644 index 000000000000..f36f5d0e9d88 --- /dev/null +++ b/third_party/nix/perl/Makefile @@ -0,0 +1,7 @@ +makefiles = local.mk + +GLOBAL_CXXFLAGS += -g -Wall + +-include Makefile.config + +include mk/lib.mk |