Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Section 4.10 #9

Closed
llitfkitfk opened this issue Dec 14, 2019 · 2 comments
Closed

Section 4.10 #9

llitfkitfk opened this issue Dec 14, 2019 · 2 comments

Comments

@llitfkitfk
Copy link

find some bugs:
all: $(obj_files) -> all: $(src_files)
touch %@ -> touch $@

@theicfire
Copy link
Owner

The first one isn't a bug, the second is and is now fixed. Thank you!

@theicfire
Copy link
Owner

For clarity: we want to "build" the object files. If we were trying to create the src_files, they would just be generated but nothing else would run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants