mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Merge branch 'master' of github.com:lcn2/calc
This commit is contained in:
@@ -5,14 +5,14 @@
|
|||||||
# before the first make rule. This makes this file suitable to override
|
# before the first make rule. This makes this file suitable to override
|
||||||
# Makefile variables.
|
# Makefile variables.
|
||||||
#
|
#
|
||||||
# To replace a Makefile variale, use := symbols. For example:
|
# To replace a Makefile variable, use := symbols. For example:
|
||||||
#
|
#
|
||||||
# CCWERR:= -Werror
|
# CCWERR:= -Werror
|
||||||
#
|
#
|
||||||
# NOTE: You need to remove the leading '#<whitespaces>' to take effect.
|
# NOTE: You need to remove the leading '#<whitespaces>' to take effect.
|
||||||
# Comments start with a #-character.
|
# Comments start with a #-character.
|
||||||
#
|
#
|
||||||
# You can append to an existing Makefile variale using '+=' symbols.
|
# You can append to an existing Makefile variable using '+=' symbols.
|
||||||
# For example:
|
# For example:
|
||||||
#
|
#
|
||||||
# CFLAGS+= -Ofast
|
# CFLAGS+= -Ofast
|
||||||
|
Reference in New Issue
Block a user