Skip to content

Commit

Permalink
properly name the project "dictpw" in Meson
Browse files Browse the repository at this point in the history
The meson.build was copypasted from a previous project. I accidentally
left the old program's name in the meson.build.
  • Loading branch information
guijan committed Dec 15, 2021
1 parent d2e0f5b commit 8faa891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

project('hangman', 'c',
project('dictpw', 'c',
version : '1.0.0',
default_options : ['c_std=c99', 'b_lto=true', 'warning_level=3'])

Expand Down

0 comments on commit 8faa891

Please sign in to comment.