Ver código fonte

fixed makefile

tags/v1.1.1^0
Robin Thoni 6 anos atrás
pai
commit
a765642e88
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Makefile

+ 1
- 1
Makefile Ver arquivo

@@ -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)

Carregando…
Cancelar
Salvar