X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=blobdiff_plain;f=Makefile;h=1d6f3ef5305f4a176c46f8b4567f00044e200d09;hp=9c63e0a2b6789abc8b4647db57f8d799ebdcc996;hb=2d6cbed477085b8f9d144d80f06e23a331260197;hpb=e0d085257199e381a5796ce9b8f592b2b890b558 diff --git a/Makefile b/Makefile index 9c63e0a..1d6f3ef 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ SOURCES = $(wildcard src/*.c) OBJECTS = $(SOURCES:.c=.o) TARGET = mdp DESTDIR = -PREFIX = /usr/local +PREFIX ?= /usr/local CURSES = ncursesw LDFLAGS ?= -s