From: Bryan O'Sullivan Date: Tue, 6 Sep 2005 20:15:58 +0000 (-0700) Subject: Get make to generate the final binary from a .o file. X-Git-Url: https://git.cworth.org/git?p=hello;a=commitdiff_plain;h=72d4f10e4a27dbb09ace1503c20dbac1912ee451 Get make to generate the final binary from a .o file. --- diff --git a/Makefile b/Makefile index b8937ca..350a366 100644 --- a/Makefile +++ b/Makefile @@ -1 +1,3 @@ all: hello + +hello: hello.o