summaryrefslogtreecommitdiffstats
path: root/src/windows/makefile
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-04-28 18:34:37 +0000
committerKeith Vetter <keithv@fusion.com>1995-04-28 18:34:37 +0000
commit0d6ee29c39b7b40916d609c589f20cf14d50f72c (patch)
treefcaa2774ca2f59b67543df5559a24f52269b20d1 /src/windows/makefile
parent6f225986f51acfa8eca37a7cc86176db5d240cde (diff)
Added windows gssapi demo program
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5613 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/makefile')
-rw-r--r--src/windows/makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/windows/makefile b/src/windows/makefile
index 80163378f..059b60b64 100644
--- a/src/windows/makefile
+++ b/src/windows/makefile
@@ -8,6 +8,9 @@ all::
@echo Making in windows\wintel
cd ..\wintel
-$(MAKE) -$(MAKEFLAGS) LIBCMD=$(LIBCMD)
+ @echo Making in windows\gss
+ cd ..\gss
+ -$(MAKE) -$(MAKEFLAGS) LIBCMD=$(LIBCMD)
cd ..
clean::
@@ -17,5 +20,8 @@ clean::
@echo Making clean in windows\wintel
cd ..\wintel
-$(MAKE) -$(MAKEFLAGS) clean
+ @echo Making clean in windows\gss
+ cd ..\gss
+ -$(MAKE) -$(MAKEFLAGS) clean
cd ..