浏览代码

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)

正在加载...
取消
保存