diff --git a/Makefile b/Makefile index d0ef048..b44a587 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,8 @@ CFLAGS=--std=c2x -O3 -Wall -Werror -Wextra -pedantic SRC_DIR=src OBJ_DIR=obj +DESTDIR=/ + all: ${TARGET} ${TARGET}: ${OBJ_DIR}/main.o