Small changes from review of last PR. Plus spacing and typo fix.
This commit is contained in:
parent
947acd6c1a
commit
3fb0a00c35
|
@ -89,7 +89,7 @@ OBJS = $(AOBJS) $(COBJS)
|
|||
BIN = libconfigs$(LIBEXT)
|
||||
|
||||
all: $(BIN)
|
||||
.PHONY: depend ccontext clean_context clean distclean
|
||||
.PHONY: depend context clean_context clean distclean
|
||||
|
||||
$(AOBJS): %$(OBJEXT): %.S
|
||||
$(call ASSEMBLE, $<, $@)
|
||||
|
|
Loading…
Reference in New Issue