Commit Graph

22 Commits

Author SHA1 Message Date
Rico Sta. Cruz 511de900ba
Formatting updates (#2133)
- Update some sheets which have very long sections
- Remove `layout: 2017/sheet` (everything has the same layout now)
- Remove outdated sheets
2024-04-03 18:30:24 +11:00
Rico Sta. Cruz 39a6c1a6ab
Content formatting update (part 5) (#1969) 2023-03-14 15:40:29 +11:00
Mohammed Samir 02fed04a43
Update assignment section "=" (#1626)
I think these are more informative and precise examples for assignment expression.
2021-03-11 08:07:03 +11:00
Rico Sta. Cruz 147fd9351e
Update makefile.md 2020-06-13 10:09:28 +10:00
Mehran Poursadeghi d48d956a5a
Update makefile.md 2020-05-08 14:27:15 +04:30
Rico Sta. Cruz a3bc51825a
makefile: Add more links (#1306) 2019-12-28 11:27:37 +11:00
Rico Sta. Cruz 4c2bdaa050
Update makefile.md 2019-01-20 14:49:16 +08:00
Shreyas Chand f2583a9960
Correct description of ":=" and "=" operators
The description of the ":=" and "=" assignment operators were flipped. As documented in the GNU make manual (https://www.gnu.org/software/make/manual/make.html#Reading-Makefiles), the ":=" assignment operatory is the immediate assignment operation and "=" is the deferred assignment operation. This change switches the descriptions to correspond to the correct operator and augments the description to clarify the behaviour.
2019-01-15 22:59:49 -08:00
chad d b46a977600 Categorizing 2018-12-06 15:15:40 -07:00
Raphael Wimmer 1524edc13b
correctly describe "$*", remove incorrect "$%"
As documented in the [GNU Make manual](https://www.gnu.org/software/make/manual/html_node/Automatic-Variables.html), `$%` is only used for files within archive files (which is a feature rarely used in my opinion). The automatic variable `$*` represents the matched part in implicit rules (%.o: %.c), e.g., "foo" for "foo.c".
2018-03-19 11:35:22 +01:00
Rico Sta. Cruz d7f28d7be9
Update social tags 2017-09-08 02:58:49 +08:00
Rico Sta. Cruz 871a4ba4f8 Make 2015-04-17 03:03:21 +08:00
Rico Sta. Cruz 816dbfc73a Update 2015-04-06 18:42:44 +08:00
Rico Sta. Cruz 7360248e8e Updates 2015-03-30 10:26:40 +08:00
Rico Sta. Cruz db1ce5f0fe Formatting updates. 2014-10-23 19:43:16 +08:00
Rico Sta. Cruz 8087cc36f8 Update Heroku. 2014-07-22 16:43:11 +08:00
Rico Sta. Cruz 85c46a3923 Jekyllization. 2013-10-14 10:36:58 +08:00
Rico Sta. Cruz b67f66f0cd Updates. 2013-09-17 18:06:00 +08:00
Rico Sta. Cruz 7d9f263daa Yeaaahh. 2013-05-29 20:19:07 +08:00
Rico Sta. Cruz 0e0a40cce8 Update. 2012-11-16 05:57:56 +08:00
Rico Sta. Cruz baca60b2ee Massive update. 2012-10-11 16:13:19 +08:00
Rico Sta. Cruz 85cc0fe827 Hello. 2012-03-16 14:15:50 +08:00