Skip to content

Commit

Permalink
Enhance Makefile with improved help target and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
derektata committed Aug 20, 2024
1 parent be578e6 commit e3c0189
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ uninstall:

# Display help screen
help:
@echo "Usage: make [target]\n"
@echo "\nUsage: make [target]\n"
@echo "Targets:\n"
@echo " all : Clean and build the project\n"
@echo " build : Build the project for all architectures and compress with UPX\n"
@echo " clean : Remove the built executables\n"
@echo " install : Build and install the project locally\n"
@echo " uninstall : Uninstall the project locally\n"
@echo " all : Clean and build the project"
@echo " build : Build the project for all architectures and compress with UPX"
@echo " clean : Remove the built executables"
@echo " install : Build and install the project locally"
@echo " uninstall : Uninstall the project locally"
@echo " help : Show this help message\n"

0 comments on commit e3c0189

Please sign in to comment.