Skip to content

Commit 51a9ddc

Browse files
committed
🤦 Create include directory.
1 parent 4cfcb3d commit 51a9ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ install: moj
5454
install-devel: libmoj.so
5555
install -d $(DESTDIR)/$(PREFIX)/lib
5656
install libmoj.so $(DESTDIR)/$(PREFIX)/lib
57-
install -d $(DESTDIR)/$(PREFIX)/lib
57+
install -d $(DESTDIR)/$(PREFIX)/include
5858
cp src/moj.h $(DESTDIR)/$(PREFIX)/include/libmoj.h
5959

6060
uninstall:

0 commit comments

Comments
 (0)