summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b71a468..effc6c5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
ASN1 = ACSE-1.asn1 \
CSTA-application-context-information-csta3.asn1 \
+ CSTA-system-status.asn1 \
Remote-Operations-Generic-ROS-PDUs.asn1 \
KME-specific-types.asn1 \
CSTA-device-identifiers.asn1 \
@@ -15,6 +16,7 @@ all: $(SRCS)
%.erl: lib/%.asn1
erlc $<
+ erlc $@
clean:
rm -f $(SRCS) $(HDRS) *.beam *.asn1db