소스 검색

fixed makefile

tags/v1.1.1^0
Robin Thoni 6 년 전
부모
커밋
a765642e88
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Makefile

+ 1
- 1
Makefile 파일 보기

@@ -8,7 +8,7 @@ OBJ = $(addprefix src/, $(SRC:.cpp=.o))
8 8
 all: camotion-piface
9 9
 
10 10
 install: all
11
-	cp camotion-pifaceo /usr/local/bin/
11
+	cp camotion-piface /usr/local/bin/
12 12
 
13 13
 camotion-piface: $(OBJ)
14 14
 	$(LINK.cpp) $(OBJ) $(OUTPUT_OPTION) $(LDLIBS)

Loading…
취소
저장