diff --git a/Makefile b/Makefile index 4a51cc3..7a5624f 100644 --- a/Makefile +++ b/Makefile @@ -5,5 +5,5 @@ all: @echo "Run 'make install' to install the library" -install: ./include/libevconf.h - install ./include/libevconf.h -t $(PREFIX)/include -m 644 +install: include/libevconf.h + install include/libevconf.h -t $(PREFIX)/include -m 644