From ef3559cb8053bc0dc9d0771d73328335671ad330 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 5 Jun 2007 17:29:25 +0200 Subject: [PATCH] Makefile cleanup. --- submit/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/submit/Makefile b/submit/Makefile index 71a392b..5e48d95 100644 --- a/submit/Makefile +++ b/submit/Makefile @@ -9,7 +9,7 @@ CC=gcc-4.1.1 CFLAGS+=-Wno-pointer-sign -Wdisabled-optimization -Wno-missing-field-initializers LDFLAGS+=-lpthread # FIXME: Use libucw without threads -all: submitd connect privkey +all: submitd privkey submitd: submitd.o commands.o tasks.o lib/libsh.a lib/libucw.a submitd.o: submitd.c submitd.h @@ -33,4 +33,4 @@ certs: clean: rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name .depend -or -name .#*` - rm -f submitd connect + rm -f submitd connect privkey -- 2.39.2