Skip to content

Commit

Permalink
Merge pull request smarco#15 from Millak/patch-1
Browse files Browse the repository at this point in the history
Allow overriding CC CPP variables
  • Loading branch information
smarco authored Apr 24, 2022
2 parents af6be88 + b5d55b1 commit a8d5cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ FOLDER_LIB=lib

UNAME=$(shell uname)

CC=gcc
CPP=g++
CC:=gcc
CPP:=g++

CC_FLAGS=-Wall -g

Expand Down

0 comments on commit a8d5cdd

Please sign in to comment.