Skip to content

Commit 7879738

Browse files
committed
Makefile compatibility with Ubuntu.
1 parent f74c697 commit 7879738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rm = rm -f
2525

2626

2727
$(BINDIR)/$(TARGET): $(OBJECTS)
28-
@$(LINKER) $@ $(LFLAGS) $(OBJECTS)
28+
@$(LINKER) $@ $(OBJECTS) $(LFLAGS)
2929
@echo "Linking complete!"
3030

3131
$(OBJECTS): $(OBJDIR)/%.o : $(SRCDIR)/%.c

0 commit comments

Comments
 (0)