summaryrefslogblamecommitdiff
path: root/Makefile
blob: 34a818576b2d55015aee97356875ef8d577f72ec (plain) (tree)
1
2
3
4
5
6
7
8
9








                                          
.PHONY: all clean

CC = clang
CFLAGS = -std=c99 -Weverything -Wno-padded

all : texad

clean :
	rm -f texad