From 9a7ca2ce530c59abcdccb8a730c53c6098b3da3a Mon Sep 17 00:00:00 2001 From: John Ogness Date: Mon, 28 Jan 2019 19:40:24 +0106 Subject: 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 --- schulung_tools/linking/hello/hello.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'schulung_tools/linking/hello/hello.c') 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 - -void func1(void); -void func2(void); +#include int main(void) { -- cgit v1.2.3