index
:
funcptr.git
master
Tinkering with function pointers
Tom Ryder
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: ea0ba3f5c2e25723097781149ee949273fe3034d (
plain
) (
blame
)
1
2
3
4
5
6
.POSIX: .PHONY: all clean ALL = funcptr funcptrptr all: $(ALL) clean: rm -f $(ALL)