From 72d4f10e4a27dbb09ace1503c20dbac1912ee451 Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Tue, 6 Sep 2005 13:15:58 -0700 Subject: [PATCH] Get make to generate the final binary from a .o file. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index b8937ca..350a366 100644 --- a/Makefile +++ b/Makefile @@ -1 +1,3 @@ all: hello + +hello: hello.o -- 2.43.0