diff options
author | jsorg71 <jsorg71> | 2007-04-26 06:08:31 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2007-04-26 06:08:31 +0000 |
commit | 9393b94a2e5e7cc1248d1dd5b42cd1d4c1d23253 (patch) | |
tree | 52ec69cd2af9898ce60ab4430a123dd5765e034f /sesman/tools | |
parent | df5eb0b8dcc45f5a33f2be7260481d74278a7b77 (diff) | |
download | xrdp-proprietary-9393b94a2e5e7cc1248d1dd5b42cd1d4c1d23253.tar.gz xrdp-proprietary-9393b94a2e5e7cc1248d1dd5b42cd1d4c1d23253.zip |
added -f to make clean rm command
Diffstat (limited to 'sesman/tools')
-rw-r--r-- | sesman/tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/tools/Makefile b/sesman/tools/Makefile index d79f9cd1..585327d2 100644 --- a/sesman/tools/Makefile +++ b/sesman/tools/Makefile @@ -47,7 +47,7 @@ libscp_v1c.o: ../libscp_v1c.c $(CC) $(C_OS_FLAGS) ../libscp_v1c.c clean: - rm *.o sestest sesrun + rm -f *.o sestest sesrun install: install sesrun $(DESTDIR)/sesrun |