mirror of
https://github.com/st3fan/ewm.git
synced 2026-04-21 23:16:37 +00:00
Allow CC to be overridden
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@
|
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
||||
CC=cc
|
||||
CC?=cc
|
||||
CFLAGS=-std=c11 -O0 -Wpedantic -Wall -Wshadow -Werror -Wshadow -Wno-gnu-binary-literal -g
|
||||
LDFLAGS=-g -L/usr/local/lib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user