Skip to content
Snippets Groups Projects
Unverified Commit 3bf34f3b authored by CNLohr's avatar CNLohr Committed by GitHub
Browse files

Update Makefile

parent f52ebf63
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,9 @@ minichlink.dll : $(C_S)
x86_64-w64-mingw32-gcc -o $@ $^ $(LDFLAGS) $(CFLAGS) $(INCS) -shared -DMINICHLINK_AS_LIBRARY
install_udev_rules :
cp 99-WCH-LinkE.rules /etc/udev/rules.d/
service udev restart
cp 99-minichlink.rules /etc/udev/rules.d/
udevadm --reload
udevadm trigger
inspect_bootloader : minichlink
./minichlink -r test.bin launcher 0x780
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment