Skip to content

Commit

Permalink
Makefile: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed May 17, 2021
1 parent 07ac446 commit c00277c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ mxshadowsrv: mxshadowsrv.c common.h
gcc $(CFLAGS) -o mxshadowsrv mxshadowsrv.c -l:libssl.a -l:libcrypto.a -lpthread -ldl

clean:
@rm *.o libnss_mxshadow.so.2 mxshadowsrv test_server test_query_shadow >/dev/null || true
@rm *.o libnss_mxshadow.so.2 mxshadowsrv test_server test_query_shadow 2>/dev/null || true

install: all
$(INSTALL) -D -t $(DESTDIR)$(usr_sbindir) mxshadowsrv
Expand Down

0 comments on commit c00277c

Please sign in to comment.