summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-10-27 20:51:51 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-10-27 20:51:51 +0100
commitd4b3c570e2f10208912e16209a7759d860af178c (patch)
treec80fdd7d53978ceaa6ade8e17c9154e279ca2767 /Makefile
parenta41822aa0165da09108674c9de894fff5d69b121 (diff)
Status module
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