summaryrefslogtreecommitdiff
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)