You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The demo source file demo.c is hardcoded in the make recipe, and consequently
is not found when using a seperate build dir.
Fix this by listing demo.c as a dependency of the demo target, and using $< in
the recipe instead.
0 commit comments