fix issue with Makefile
This commit is contained in:
parent
dc730b7925
commit
393dc1a8a3
6
Makefile
6
Makefile
@ -2,8 +2,10 @@
|
|||||||
# Makefile
|
# Makefile
|
||||||
#
|
#
|
||||||
|
|
||||||
|
IDIR = ./include
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@echo "Run 'make install' to install the library"
|
@echo "Run 'make install' to install the library"
|
||||||
|
|
||||||
install: include/libevconf.h
|
install: $(IDIR)/libevconf.h
|
||||||
install include/libevconf.h -t $(PREFIX)/include -m 644
|
install $(IDIR)/libevconf.h -t $(PREFIX)/include -m 644
|
||||||
|
Loading…
Reference in New Issue
Block a user