Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
12
Task/Loops-While/Make/loops-while-1.make
Normal file
12
Task/Loops-While/Make/loops-while-1.make
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
NEXT=`expr $* / 2`
|
||||
MAX=10
|
||||
|
||||
all: $(MAX)-n;
|
||||
|
||||
0-n:;
|
||||
|
||||
%-n: %-echo
|
||||
@-make -f while.mk $(NEXT)-n MAX=$(MAX)
|
||||
|
||||
%-echo:
|
||||
@echo $*
|
||||
1
Task/Loops-While/Make/loops-while-2.make
Normal file
1
Task/Loops-While/Make/loops-while-2.make
Normal file
|
|
@ -0,0 +1 @@
|
|||
|make -f while.mk MAX=1024
|
||||
Loading…
Add table
Add a link
Reference in a new issue