Skip to content

Commit

Permalink
rename cmake-makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alaindargelas committed Oct 23, 2023
1 parent 2f8b80b commit 76c8f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake-makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# This Makefile is a helper file to run the cmake CMakelists.txt present in this project
# This is an alternative build system for Synlig when used in a cmake-based project.


# Use bash as the default shell
SHELL := /bin/bash
SHELL := /usr/bin/env bash


ifdef $(LC_ALL)
undefine LC_ALL
Expand Down

0 comments on commit 76c8f50

Please sign in to comment.