X-Git-Url: https://git.gir.st/forkaftergrep.git/blobdiff_plain/4f83e12dd2c7b8a87a67159ce9861b4e6d3ee23d..c96f2b19e87154346e237b574ad1ebd6b856ac20:/Makefile diff --git a/Makefile b/Makefile index 3186a28..afaf910 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ all: fag -fag: +fag: fag.c fag.h gcc -std=c99 -Wall -Werror -Wextra fag.c -o fag clean: