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

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