diff --git a/makefile b/makefile index 09d3ced..e4a9771 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ PREFIX ?= /usr/local -cshatag: - gcc cshatag.c -l crypto -o cshatag +cshatag: cshatag.c + gcc -Wall -Wextra cshatag.c -l crypto -o cshatag install: cp -v cshatag ${PREFIX}/bin