mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
5 lines
87 B
Bash
Executable file
5 lines
87 B
Bash
Executable file
#! /bin/sh
|
|
|
|
cd ../../../build
|
|
echo >CPP-gen.cc
|
|
ninja || echo Non-embedded build failed
|