aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 47ad6ae6c517d24b6f612c7f95900e3a55a927a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
all: cue-bin-split

cue-bin-split: cue-bin-split.o

test: all
	@./test/run-tests.sh

clean:
	rm -vf cue-bin-split *.o

.PHONY: all clean test