Use $(CC) for linking
This commit is contained in:
parent
083fd79adc
commit
8af2fb3f08
|
@ -31,7 +31,6 @@ OBJS += simulat0r.o
|
||||||
all : simulat0r
|
all : simulat0r
|
||||||
|
|
||||||
simulat0r : $(OBJS) $(LIBS)
|
simulat0r : $(OBJS) $(LIBS)
|
||||||
$(LD) $(OBJS) $(LIBS) -lc -o $@
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) simulat0r.o
|
$(RM) simulat0r.o
|
||||||
|
|
Loading…
Reference in New Issue