summaryrefslogtreecommitdiff
path: root/Makefile
blob: bb66c72c4d6ca601065bcc638f21725812b7dc8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.POSIX:
.PHONY: all clean

CC = clang
CFLAGS = -std=c90 -Weverything

all : funcptr funcptrptr

clean :
	rm -f funcptr funcptrptr