From d4b3c570e2f10208912e16209a7759d860af178c Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 27 Oct 2015 20:51:51 +0100 Subject: Status module --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3