From f499e75251c463f2d736b19b60daec49a32b6faf Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 2 Apr 2008 18:40:12 -0400 Subject: - warning cleanups --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index de39234..8176f4a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -11,4 +11,4 @@ portmap: portmap.c $(CC) $(CFLAGS) -o $@ -DPORTMAP_MAIN $^ $(LDFLAGS) clean: - $(RM) portmap plugin.so + $(RM) portmap plugin.so dummyplugin.so -- cgit