diff --git a/Makefile b/Makefile index ea3cac5..8f69267 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,8 @@ $(OUTDIR)/%.o: %.c $(CC) $(CFLAGS) -c $< -o $@ $(TARGET): $(OBJS) - $(CC) $(CFLAGS) $^ -o $@ + $(CC) $(XFLAGS) $^ $(LIBRARIES) -o $@ all: $(TARGET) clean: - rm -rf $(OUTDIR) \ No newline at end of file + rm -rf $(OUTDIR)