diff --git a/Makefile b/Makefile index 5abcd6e..e4d026e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ override CFLAGS := -g -O2 -Wall -Wextra -D_FORTIFY_SOURCE=2 -fstack-protector --param ssp-buffer-size=4 $(CFLAGS) -BINDIR ?= $(HOME) +BINDIR ?= $(HOME)/bin %: %.c $(CC) $(CFLAGS) -o $(OUTDIR)$@ $<