fix issue with Makefile
This commit is contained in:
parent
0e596e0584
commit
dc730b7925
4
Makefile
4
Makefile
@ -5,5 +5,5 @@
|
|||||||
all:
|
all:
|
||||||
@echo "Run 'make install' to install the library"
|
@echo "Run 'make install' to install the library"
|
||||||
|
|
||||||
install: ./include/libevconf.h
|
install: include/libevconf.h
|
||||||
install ./include/libevconf.h -t $(PREFIX)/include -m 644
|
install include/libevconf.h -t $(PREFIX)/include -m 644
|
||||||
|
Loading…
Reference in New Issue
Block a user