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"