Initial commit

This commit is contained in:
[ Kristjan Komloši HomePC ]
2016-12-21 18:19:26 +01:00
commit 4ec59a4b81
235 changed files with 127199 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
all:
gcc -g -o CyUSBSerialTestUtility Test_Utility.c -lcyusbserial -w
cp 90-cyusb.rules /etc/udev/rules.d
cp CyUSBSerialTestUtility /usr/bin
cp CyUSBSerial.sh /usr/bin
chmod 777 /usr/bin/CyUSBSerial.sh
clean:
rm -f CyUSBSerialTestUtility
help:
@echo 'make would compile and create the library and create a link'
@echo 'make clean would remove the library and the soft link to the library (soname)'