aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/Makefile.nmake
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-10-14 11:58:04 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-10-14 11:58:04 +0000
commit3f59b298ed9f335b2611b7e0dda3a6eb0e3b2540 (patch)
treec68d22c369fe50518d0dbef4d977b838e0e944bc /asn1/Makefile.nmake
parentcf40bd9747c3cdd7caa96b0c0c65d2a6b50ddb9c (diff)
Added goose to makefiles.
svn path=/trunk/; revision=26448
Diffstat (limited to 'asn1/Makefile.nmake')
-rw-r--r--asn1/Makefile.nmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/asn1/Makefile.nmake b/asn1/Makefile.nmake
index 18802dee59..53ef1905af 100644
--- a/asn1/Makefile.nmake
+++ b/asn1/Makefile.nmake
@@ -145,6 +145,9 @@ clean:
cd ftam
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
+ cd goose
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
+ cd ..
cd gnm
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..