summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code/ads/ll/Makefile
blob: e91e44502269bf0b4a0e73a561d7c3e6173441ba (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