Skip to content

Commit

Permalink
Fix typo and install include/libhnetdriver/netdriver.h properly
Browse files Browse the repository at this point in the history
  • Loading branch information
krytarowski committed Jul 22, 2020
1 parent 5413f0a commit 0eddac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ install: all
install -m 755 hfuzz_cc/hfuzz-g++ $${DESTDIR}$(BIN_PATH)
install -d $${DESTDIR}$(INC_PATH)/libhfcommon
install -d $${DESTDIR}$(INC_PATH)/libhfuzz
install -d $${DESTDIR}$(INC_PATH)/libhnetdrive
install -d $${DESTDIR}$(INC_PATH)/libhnetdriver
install -m 755 includes/libhfcommon/*.h $${DESTDIR}$(INC_PATH)/libhfcommon
install -m 755 includes/libhfuzz/*.h $${DESTDIR}$(INC_PATH)/libhfuzz
install -m 755 includes/libhfnetdriver/*.h $${DESTDIR}$(INC_PATH)/libhnetdriver
Expand Down

0 comments on commit 0eddac2

Please sign in to comment.