tuhdo / os01

Bootstrap yourself to write an OS from scratch. A book for self-learner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[p214][typo]

abfipes12 opened this issue · comments

line 2 makefile
OBJS := $(SRC:.o=.c)
has a typo

OBJS := $(SRCS:.o=.c)
is correct