Cite This Page
Bibliographic details for Makefile
- Page name: Makefile
- Author: OSDev.wiki contributors
- Publisher: OSDev.wiki.
- Date of last revision: 9 June 2024 05:36 UTC
- Date retrieved: 22 January 2025 21:15 UTC
- Permanent URL: https://osdev.wiki/wiki/Makefile?oldid=26547
- Page Version ID: 26547
Citation styles for Makefile
APA style
Makefile. (2024, June 9). OSDev.wiki. Retrieved 21:15, January 22, 2025 from https://osdev.wiki/wiki/Makefile?oldid=26547.
MLA style
"Makefile." OSDev.wiki. 9 Jun 2024, 05:36 UTC. 22 Jan 2025, 21:15 <https://osdev.wiki/wiki/Makefile?oldid=26547>.
MHRA style
OSDev.wiki contributors, 'Makefile', OSDev.wiki, 9 June 2024, 05:36 UTC, <https://osdev.wiki/wiki/Makefile?oldid=26547> [accessed 22 January 2025]
Chicago style
OSDev.wiki contributors, "Makefile," OSDev.wiki, https://osdev.wiki/wiki/Makefile?oldid=26547 (accessed January 22, 2025).
CBE/CSE style
OSDev.wiki contributors. Makefile [Internet]. OSDev.wiki; 2024 Jun 9, 05:36 UTC [cited 2025 Jan 22]. Available from: https://osdev.wiki/wiki/Makefile?oldid=26547.
Bluebook style
Makefile, https://osdev.wiki/wiki/Makefile?oldid=26547 (last visited January 22, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "OSDev.wiki", title = "Makefile --- OSDev.wiki{,} ", year = "2024", url = "https://osdev.wiki/wiki/Makefile?oldid=26547", note = "[Online; accessed 22-January-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "OSDev.wiki", title = "Makefile --- OSDev.wiki{,} ", year = "2024", url = "\url{https://osdev.wiki/wiki/Makefile?oldid=26547}", note = "[Online; accessed 22-January-2025]" }