summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code/ads/ll/Makefile
blob: aaf024190f49d7cd6cf3630b347a13c32d4be3e0 (plain)
1
2
3
4
5
all: ll.c
	cc ll.c -c -o ll.o

test: all
	cc ll.o lltest.c -o lltest