init
This commit is contained in:
8
revert_makefiles
Executable file
8
revert_makefiles
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
for i in . libwww2 libhtmlw src libnut libXmx libdtm libnet
|
||||
do
|
||||
echo "cp $i/Makefile.orig $i/Makefile"
|
||||
cp $i/Makefile.orig $i/Makefile
|
||||
done
|
||||
|
Reference in New Issue
Block a user