Use $(CC) for linking

This commit is contained in:
Rainer Mueller 2011-08-02 06:29:14 +02:00
parent 083fd79adc
commit 8af2fb3f08
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ OBJS += simulat0r.o
all : simulat0r
simulat0r : $(OBJS) $(LIBS)
$(LD) $(OBJS) $(LIBS) -lc -o $@
clean:
$(RM) simulat0r.o