tuhdo / os01

Bootstrap yourself to write an OS from scratch. A book for self-learner.
11.98k stars 708 forks source link

[p214][typo] #168

Open abfipes12 opened 2 years ago

abfipes12 commented 2 years ago

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

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