aboutsummaryrefslogtreecommitdiff
path: root/optional/Makefile
blob: 32e87b2ef6849abd131e6cb44612329320aadec4 (plain)
1
2
3
4
5
CC?=gcc
CFLAGS+=-Wall -Werror -Wno-unused -std=gnu11 -Og -g

all:
	$(CC) $(CFLAGS) -o optional-test optional-test.c