From 8af2fb3f08455b8a2237339d716b00a6dbfa716d Mon Sep 17 00:00:00 2001 From: Rainer Mueller Date: Tue, 2 Aug 2011 06:29:14 +0200 Subject: [PATCH] Use $(CC) for linking --- simulat0r/tui/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/simulat0r/tui/Makefile b/simulat0r/tui/Makefile index 84a2447..a81d347 100644 --- a/simulat0r/tui/Makefile +++ b/simulat0r/tui/Makefile @@ -31,7 +31,6 @@ OBJS += simulat0r.o all : simulat0r simulat0r : $(OBJS) $(LIBS) - $(LD) $(OBJS) $(LIBS) -lc -o $@ clean: $(RM) simulat0r.o