mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-26 16:15:09 +02:00
fix two small bugs - tab error and quotation marks
This commit is contained in:
@@ -120,7 +120,7 @@ small/%.png: %.svg
|
|||||||
|
|
||||||
# Older makefiles might use suffix rules instead of pattern rules
|
# Older makefiles might use suffix rules instead of pattern rules
|
||||||
.png.ps:
|
.png.ps:
|
||||||
@echo this rule is similar to a pattern rule.
|
@echo this rule is similar to a pattern rule.
|
||||||
|
|
||||||
# Tell make about the suffix rule
|
# Tell make about the suffix rule
|
||||||
.SUFFIXES: .png
|
.SUFFIXES: .png
|
||||||
@@ -222,7 +222,7 @@ report:
|
|||||||
ifeq ($(sport),tennis)
|
ifeq ($(sport),tennis)
|
||||||
@echo 'game, set, match'
|
@echo 'game, set, match'
|
||||||
else
|
else
|
||||||
@echo 'They think it's all over; it is now'
|
@echo "They think it's all over; it is now"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# There are also ifneq, ifdef, ifndef
|
# There are also ifneq, ifdef, ifndef
|
||||||
|
Reference in New Issue
Block a user