isLouisHsu / isLouisHsu/isLouisHsu.github.io

Makefile简单教程 | LOUIS' BLOG

Open
#41 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

8cc106b9a9dfb9d4f37336b4cd03958e Gitalk
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.