aboutsummaryrefslogtreecommitdiff
path: root/fptr_ast/Makefile
blob: 530e5432b663c95c24774a210d4750584d7d4118 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
all: struct fptr ref

struct: struct.c main.c common.h
	$(CC) -Wall -Wextra -g -O2 -Ideps/conts/include -DSTRUCT main.c -o struct

fptr: fptr.c main.c common.h
	$(CC) -Wall -Wextra -g -O2 -Ideps/conts/include -DFPTR main.c -o fptr

ref: ref.c common.h
	$(CC) -Wall -Wextra -g -O2 ref.c -o ref