summaryrefslogtreecommitdiff
path: root/Makefile
blob: dcdf7111459708121f62eb94371ecc537b863156 (plain)
1
2
3
4
5
6
7
8
9
SRCS =	ACSE-1.erl \
	CSTA-application-context-information-csta3.erl \
	Remote-Operations-Generic-ROS-PDUs.erl \
	KME-specific-types.erl

all: $(SRCS)

%.erl: lib/%.asn1
	erlc $<