Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ddevault
on Feb 28, 2018
|
parent
|
context
|
favorite
| on:
The Makefile I use with JavaScript projects
I did not use Make at this time (I wasn't alive!), but it seems that you'd have to declare dependencies too. How did you determine if it was "old"?
brilee
on Feb 28, 2018
|
next
[–]
"If a line begins at character 0, that is a list of files whose timestamps should be checked"
The list of files would be the declared dependencies.
ddevault
on Feb 28, 2018
|
parent
|
next
[–]
Ah I see.
bsenftner
on Feb 28, 2018
|
prev
[–]
the first file in the list is the one whose timestamp is compared against all the other files in the list after it. If the timestamp of any file is newer than that first file, the following lines starting with a tab are executed.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: