aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/Makefile.nmake')
-rw-r--r--asn1/Makefile.nmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/asn1/Makefile.nmake b/asn1/Makefile.nmake
index 53ef1905af..ee162f0890 100644
--- a/asn1/Makefile.nmake
+++ b/asn1/Makefile.nmake
@@ -41,6 +41,7 @@ ber: \
ess \
ftam \
gnm \
+ goose \
gsmmap \
h248 \
inap \
@@ -413,6 +414,11 @@ gnm::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
cd ..
+goose::
+ cd goose
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
+ cd ..
+
gsmmap::
cd gsmmap
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files