<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 0e38739514539529be5e420fa0b32f6dcd5ed2e3 (plain)
1
2
3
4
5
6
7
8
9
CC=tcc
CFLAGS=-I.

test: test.o cudl.o

%.o: %.c
	$(CC) $(CFLAGS) -c -o $@ $<

test.o: cudl.h