isLouisHsu / isLouisHsu/isLouisHsu.github.io
Makefile简单教程 | LOUIS' BLOG
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
https://louishsu.xyz/2019/01/05/makefile%E7%AE%80%E5%8D%95%E6%95%99%E7%A8%8B/
前言准备源文件新建目录demo/,其结构如下123456789demo├─bin # 二进制文件,即可执行文件├─include # 头文件.h│ hello.h│├─obj # 目标文件.o└─src # 源文件.c hello.c test.c 编辑hello.h12345678#ifndef __HELLO_H#defi
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked LOUIS' BLOG tutorial and locate its corresponding post in the repository. Review the documented demo structure and the mentioned hello.h, hello.c, and test.c files; the issue needs a specific documentation change before completion can be verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100