From 173e388b5de79060075ec2af4fa4736fc316a66e Mon Sep 17 00:00:00 2001 From: AUnicornWithNoLife <55228370+AUnicornWithNoLife@users.noreply.github.com> Date: Tue, 25 Oct 2022 13:55:28 +0100 Subject: [PATCH] exmpale --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index c309d2e..8a7a3d2 100644 --- a/makefile +++ b/makefile @@ -17,6 +17,9 @@ usage: echo "Optional: Verbose" echo "'./Build/Big Letter' 'INPUT TEXT' 'TRUE CHAR' 'FALSE CHAR' 'v FOR VERBOSE" +example: + "./Build/Big Letter" "Hello, World" + clean: echo "Cleaning build directory"