Skip to content
Permalink
bc4cf004c6
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@niclas
Latest commit 8bce177 Nov 23, 2018 History
1 contributor

Users who have contributed to this file

11 lines (7 sloc) 214 Bytes
all: iterfibonacci recfibonacci tailfibonacci
iterfibonacci: iterfibonacci.o
recfibonacci: recfibonacci.o
tailfibonacci: tailfibonacci.o
.PHONY: clean
clean:
rm -f *.o iterfibonacci recfibonacci tailfibonacci