Skip to content

Commit 492bae0

Browse files
committed
modify Makefile
1 parent 4002c1c commit 492bae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uinet/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
all:
2-
if [ ! -f lib/machine_include/machine ];then cp -rf lib/machine_include/machine_x64 lib/machine_include/machine ;fi
2+
if [ ! -d lib/machine_include/machine ];then cp -rf lib/machine_include/machine_x64 lib/machine_include/machine ;fi
33
make -C lib
44
make -C example
55

0 commit comments

Comments
 (0)