Corrected thanks to #1

This commit is contained in:
Thomas Touhey 2016-04-26 12:05:45 +02:00
parent 93ef53d042
commit 8493239fdc
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ $(OBJDIR)/%.o: $(SRCDIR)/%.c $(ALLINC)
## Make the library
lib$(NAME).a: $(OBJDIR) $(ALLOBJ)
$(AR) rc $@ $(OBJ)
$(AR) rc $@ $(ALLOBJ)
$(RANLIB) $@
## Clean the object files