This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: | |
gcc -o master ./master.c | |
gcc -o slave ./slave.c | |
clean: | |
rm -f master slave |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:begin | |
cls | |
@echo.※※※※※※※※※※※※※※※※※※※※※※※※※ | |
@echo off | |
echo. | |
echo.欢迎使用win7双网卡WiFi开关 | |
echo. | |
echo.※※※※※※※※※※※※※※※※※※※※※※※※※ | |
echo. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: | |
gcc -o capi capi.c -llua5.1 | |
clean: | |
rm -rvf capi |
NewerOlder