Browse Source

fixed makefile

tags/v1.1.1^0
Robin Thoni 6 years ago
parent
commit
a765642e88
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile

+ 1
- 1
Makefile View File

@@ -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…
Cancel
Save