瀏覽代碼

fixed makefile

tags/v1.1.1^0
Robin Thoni 8 年之前
父節點
當前提交
a765642e88
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Makefile

+ 1
- 1
Makefile 查看文件

8
 all: camotion-piface
8
 all: camotion-piface
9
 
9
 
10
 install: all
10
 install: all
11
-	cp camotion-pifaceo /usr/local/bin/
11
+	cp camotion-piface /usr/local/bin/
12
 
12
 
13
 camotion-piface: $(OBJ)
13
 camotion-piface: $(OBJ)
14
 	$(LINK.cpp) $(OBJ) $(OUTPUT_OPTION) $(LDLIBS)
14
 	$(LINK.cpp) $(OBJ) $(OUTPUT_OPTION) $(LDLIBS)

Loading…
取消
儲存