aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
blob: ad827b89432b9ec5565f988ebbf60d92a1a5f924 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = iem_ambi


SRC =	ambi_decode.c \
	ambi_decode2.c \
	ambi_decode3.c \
	ambi_decode_cube.c \
	ambi_encode.c \
	ambi_rot.c \
	$(TARGET).c

include ../../Make.include