Quellcode durchsuchen

fixed makefile

tags/v1.1.1^0
Robin Thoni vor 8 Jahren
Ursprung
Commit
a765642e88
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      Makefile

+ 1
- 1
Makefile Datei anzeigen

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)

Laden…
Abbrechen
Speichern