diff options
| author | John Ogness <john.ogness@linutronix.de> | 2019-01-28 19:40:24 +0106 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2019-01-28 19:40:24 +0106 |
| commit | 9a7ca2ce530c59abcdccb8a730c53c6098b3da3a (patch) | |
| tree | b0510cec8968191f5c12cf9088f25607881f73af /schulung_tools/linking/hello/hello.c | |
| parent | b990733af9d6a07c2130daeb5fd39c75f6804441 (diff) | |
linking/hello: fixup Makefiles
It is good to have Makefile and autotool versions for compare. But
the Makefiles should not be intentially horrible. Clean them up to
the level that we teach in the training.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'schulung_tools/linking/hello/hello.c')
| -rw-r--r-- | schulung_tools/linking/hello/hello.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/schulung_tools/linking/hello/hello.c b/schulung_tools/linking/hello/hello.c index 82b8d53..9b8d43a 100644 --- a/schulung_tools/linking/hello/hello.c +++ b/schulung_tools/linking/hello/hello.c @@ -1,7 +1,5 @@ #include <stdio.h> - -void func1(void); -void func2(void); +#include <func.h> int main(void) { |
