diff --git a/Makefile b/Makefile index 65c5671..b0d5c45 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,6 @@ nasuh-server: main.c $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) clean: - rm -f main + rm -f nasuh-server # end of Makefile