We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4002c1c commit 492bae0Copy full SHA for 492bae0
uinet/Makefile
@@ -1,5 +1,5 @@
1
all:
2
- if [ ! -f lib/machine_include/machine ];then cp -rf lib/machine_include/machine_x64 lib/machine_include/machine ;fi
+ if [ ! -d lib/machine_include/machine ];then cp -rf lib/machine_include/machine_x64 lib/machine_include/machine ;fi
3
make -C lib
4
make -C example
5
0 commit comments