X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=15fd54caa7d905cb001a48754eff8ca682d8a7ce;hb=693e8827e32e611ab6adbcb7caeb7b2391edb0c1;hp=9c63e0a2b6789abc8b4647db57f8d799ebdcc996;hpb=e51b855ccbe106c89063653e1f7e79b1a0a03887;p=smdp.git diff --git a/Makefile b/Makefile index 9c63e0a..15fd54c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # # Makefile -# Copyright (C) 2015 Michael Goehler +# Copyright (C) 2016 Michael Goehler # # This file is part of mdp. # @@ -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