Bug fix - added space after link definition.
This commit is contained in:
+2
-2
@@ -82,11 +82,11 @@ clean::
|
||||
|
||||
%: %.o
|
||||
$(RM) $@
|
||||
$(LINK.c)$@ $< $(LDLIBS)
|
||||
$(LINK.c) $@ $< $(LDLIBS)
|
||||
|
||||
#$(PROD): $(OBJS)
|
||||
# $(RM) $@
|
||||
# $(LINK.c)$@ $(OBJS)
|
||||
# $(LINK.c) $@ $(OBJS)
|
||||
|
||||
%.o: %.c
|
||||
$(RM) $@
|
||||
|
||||
Reference in New Issue
Block a user