diff --git a/Makefile b/Makefile index 0421d4a..5baf4c5 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,10 @@ CFLAGS += -pedantic -Wall -Wextra -Wmissing-prototypes \ -Werror -Wshadow -Wstrict-overflow -fno-strict-aliasing \ -Wstrict-prototypes -Wwrite-strings \ -Os + +PREFIX = /usr/local + + all: iblock iblock: main.c